mirror of https://github.com/golang-jwt/jwt.git
fixed a formatting error in a test
This commit is contained in:
parent
b606e8202f
commit
27d85fe4a0
|
@ -273,7 +273,7 @@ func TestParser_ParseUnverified(t *testing.T) {
|
|||
}
|
||||
|
||||
if err != nil {
|
||||
t.Errorf("[%v] Invalid token")
|
||||
t.Errorf("[%v] Invalid token", data.name)
|
||||
}
|
||||
|
||||
// Verify result matches expectation
|
||||
|
|
Loading…
Reference in New Issue