Merge pull request #166 from johnlockwood-wf/issue-165-missing-arg

Add the missing name arg
This commit is contained in:
Dave Grijalva 2016-08-31 11:35:34 -07:00 committed by GitHub
commit 24c63f5652
1 changed files with 1 additions and 1 deletions

View File

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