We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74a29b9 + 4ee1ba0 commit 7e5a8eeCopy full SHA for 7e5a8ee
structs_test.go
@@ -399,7 +399,7 @@ func TestMap_NestedMapWithSliceIntValues(t *testing.T) {
399
400
foo := in["Foo"].(map[string][]int)
401
if name := foo["example_key"]; name[0] != 80 {
402
- 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)
403
}
404
405
0 commit comments