Skip to content

Commit

Permalink
Add t.Parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Maki committed Oct 25, 2024
1 parent 911467a commit 6a27808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jwk/jwk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1970,6 +1970,7 @@ func TestValidation(t *testing.T) {
}

func TestParse_fail(t *testing.T) {
t.Parallel()
t.Run(`malformed json`, func(t *testing.T) {
t.Parallel()
const src = `{blah}`
Expand Down

0 comments on commit 6a27808

Please sign in to comment.