fix printf verbs
This commit is contained in:
parent
a9f7daa9c2
commit
da00993903
@ -81,7 +81,7 @@ func TestField_Set(t *testing.T) {
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user