Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed Aug 9, 2024
1 parent 31b16b3 commit 387d977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void SerializeDeserialize_FullNatsAuthorizationRequestClaims_ShouldSuccee
NatsClientInformation = new NatsClientInformation
{
Host = "client.example.com",
Id = "CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
Id = 123,
User = "test_user",
Name = "Test Client",
Tags = new List<string> { "client_tag1", "client_tag2", },
Expand Down
2 changes: 1 addition & 1 deletion NATS.Jwt/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ NATS.Jwt.Models.NatsAuthorizationResponseClaims.AuthorizationResponse.set -> voi
NATS.Jwt.Models.NatsClientInformation
NATS.Jwt.Models.NatsClientInformation.Host.get -> string!
NATS.Jwt.Models.NatsClientInformation.Host.set -> void
NATS.Jwt.Models.NatsClientInformation.Id.get -> string!
NATS.Jwt.Models.NatsClientInformation.Id.get -> long
NATS.Jwt.Models.NatsClientInformation.Id.set -> void
NATS.Jwt.Models.NatsClientInformation.Kind.get -> string!
NATS.Jwt.Models.NatsClientInformation.Kind.set -> void
Expand Down

0 comments on commit 387d977

Please sign in to comment.