Skip to content

Commit

Permalink
Add missing format param
Browse files Browse the repository at this point in the history
  • Loading branch information
disintegration committed Sep 12, 2016
1 parent 2d2b9a0 commit 1a457b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draw_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestPaletteKey(t *testing.T) {
t.Fatalf("failed to create avatar for %s: %s", u, err)
}
if !reflect.DeepEqual(avatars[u], img) {
t.Fatalf("avatar mismatch for %s: %#v, %#v", avatars[u], img)
t.Fatalf("avatar mismatch for %s: %#v, %#v", u, avatars[u], img)
}
}
}
Expand Down

0 comments on commit 1a457b8

Please sign in to comment.