Merge pull request #34 from shawnps/patch-1

fix printf verbs
This commit is contained in:
Fatih Arslan 2015-10-14 11:25:17 +03:00
commit 6a51a8e3e8

View File

@ -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