fix printf verbs

This commit is contained in:
Shawn Smith 2015-10-14 13:09:42 +09:00
parent a9f7daa9c2
commit da00993903

View File

@ -81,7 +81,7 @@ func TestField_Set(t *testing.T) {
} }
if f.Value().(bool) { if f.Value().(bool) {
t.Errorf("Setted value is wrong: %s want: %s", f.Value().(bool), false) t.Errorf("Setted value is wrong: %t want: %t", f.Value().(bool), false)
} }
// let's pass a different type // let's pass a different type