fixed a formatting error in a test

This commit is contained in:
Dave Grijalva 2018-03-08 11:28:04 -08:00
parent b606e8202f
commit 27d85fe4a0
1 changed files with 1 additions and 1 deletions

View File

@ -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