Skip to content

Commit

Permalink
Further variable rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hdonCr committed Jan 28, 2025
1 parent e107f51 commit 8e711bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func Test_Validator_Validate(t *testing.T) {
verifyIat bool
expectedAud string
expectedAuds []string
expectedAudsMatchAll bool
matchAllAud bool
expectedIss string
expectedSub string
}
Expand Down Expand Up @@ -79,7 +79,7 @@ func Test_Validator_Validate(t *testing.T) {
verifyIat: tt.fields.verifyIat,
expectedAud: tt.fields.expectedAud,
expectedAuds: tt.fields.expectedAuds,
expectedAudsMatchAll: tt.fields.expectedAudsMatchAll,
matchAllAud: tt.fields.matchAllAud,
expectedIss: tt.fields.expectedIss,
expectedSub: tt.fields.expectedSub,
}
Expand Down

0 comments on commit 8e711bc

Please sign in to comment.