Skip to content

Commit 30e823c

Browse files
committed
mssql_test: use %f for weight in TestMSSQLCreateInsertDelete
1 parent 80c96ad commit 30e823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mssql_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ func TestMSSQLCreateInsertDelete(t *testing.T) {
368368
continue
369369
}
370370
if is.weight != want.weight {
371-
t.Errorf("I did not know, that %s weights %dkg (%dkg expected)", name, is.weight, want.weight)
371+
t.Errorf("I did not know, that %s weighs %fkg (%fkg expected)", name, is.weight, want.weight)
372372
continue
373373
}
374374
if !is.dob.Equal(want.dob) {

0 commit comments

Comments
 (0)