Skip to content

Commit

Permalink
fixed a formatting error in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrijalva committed Mar 8, 2018
1 parent b606e82 commit 27d85fe
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 @@ -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
Expand Down

0 comments on commit 27d85fe

Please sign in to comment.