Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
#286 change test for multiple audiences validation
Browse files Browse the repository at this point in the history
  • Loading branch information
shnmorimoto committed Mar 26, 2022
1 parent 4342d90 commit 6e844b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jwt/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func TestFieldsMatch(t *testing.T) {
{Subject: "subject"},
{Audience: Audience{"a1", "a2"}},
{Audience: Audience{"a2", "a1"}},
{Audience: Audience{"a1"}},
{ID: "42"},
}

Expand Down

0 comments on commit 6e844b4

Please sign in to comment.