Skip to content

Commit

Permalink
Fix typo from #994
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Oct 16, 2023
1 parent 051a1c6 commit 2c061ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwk/jwk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ func TestParse(t *testing.T) {
}

isPrivate, err := jwk.IsPrivateKey(key)
if !assert.NoError(t, err, "jwk.IsPrivateKey(%T) sould succeed", key) {
if !assert.NoError(t, err, "jwk.IsPrivateKey(%T) should succeed", key) {
return
}

Expand Down

0 comments on commit 2c061ee

Please sign in to comment.