2
0

Fix go vet issues

This commit is contained in:
Jack Christensen
2018-01-13 10:08:02 -06:00
parent 4fb47ac8c9
commit 119ba7a449
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -1292,7 +1292,7 @@ func TestConnQueryRowExSingleRoundTrip(t *testing.T) {
t.Fatal(err)
}
if result != 3 {
t.Fatal("result => %d, want %d", result, 3)
t.Fatalf("result => %d, want %d", result, 3)
}
ensureConnValid(t, conn)