Skip to content

Commit

Permalink
Add the missing name arg
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlockwood-wf committed Aug 27, 2016
1 parent 63734ea commit 7ff66c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7ff66c6

Please sign in to comment.