Skip to content

Commit

Permalink
correct printf verb
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jun 12, 2017
1 parent 74a29b9 commit 4ee1ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ func TestMap_NestedMapWithSliceIntValues(t *testing.T) {

foo := in["Foo"].(map[string][]int)
if name := foo["example_key"]; name[0] != 80 {
t.Errorf("Map nested struct's name field should give example, got: %s", name)
t.Errorf("Map nested struct's name field should give example, got: %v", name)
}
}

Expand Down

0 comments on commit 4ee1ba0

Please sign in to comment.