We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f2db9e + 5a9482c commit 66312f7Copy full SHA for 66312f7
AUTHORS
@@ -16,6 +16,7 @@ Arne Hormann <arnehormann at gmail.com>
16
Carlos Nieto <jose.carlos at menteslibres.net>
17
Chris Moos <chris at tech9computers.com>
18
Daniel Nichter <nil at codenode.com>
19
+Daniël van Eeden <git at myname.nl>
20
DisposaBoy <disposaboy at dby.me>
21
Frederick Mayle <frederickmayle at gmail.com>
22
Gustavo Kristic <gkristic at gmail.com>
driver_test.go
@@ -305,7 +305,7 @@ func TestMultiQuery(t *testing.T) {
305
if rows.Next() {
306
rows.Scan(&out)
307
if 5 != out {
308
- dbt.Errorf("5 != %t", out)
+ dbt.Errorf("5 != %d", out)
309
}
310
311
0 commit comments