Skip to content

Commit

Permalink
Update RuntimeTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
feast107 committed Dec 20, 2023
1 parent e43293b commit 08c0906
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Antelcat.ClaimSerialization.Tests.Runtime/RuntimeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ public class RuntimeTest
[Test]
public void TestRuntime()
{
var claims = ClaimSerializer.Serialize((object)new IdentityModel
var claims = ClaimSerializer.Serialize(
new IdentityModel(1)
{
Name = "",
Roles = new SortedSet<IdentityModel.Role>
{
IdentityModel.Role.Admin,
Expand Down

0 comments on commit 08c0906

Please sign in to comment.