mirror of https://github.com/golang-jwt/jwt.git
Add the missing name arg
This commit is contained in:
parent
63734eae1e
commit
7ff66c6bff
|
@ -222,7 +222,7 @@ func TestParser_Parse(t *testing.T) {
|
|||
}
|
||||
|
||||
if (err == nil && !token.Valid) || (err != nil && token.Valid) {
|
||||
t.Errorf("[%v] Inconsistent behavior between returned error and token.Valid")
|
||||
t.Errorf("[%v] Inconsistent behavior between returned error and token.Valid", data.name)
|
||||
}
|
||||
|
||||
if data.errors != 0 {
|
||||
|
|
Loading…
Reference in New Issue