We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2880ba2 commit f6393a0Copy full SHA for f6393a0
query_test.go
@@ -74,7 +74,7 @@ func TestJson(t *testing.T) {
74
t.Errorf("invalid error from *JsonMap failure")
75
}
76
if badsql != "" {
77
- t.Errorf("expected emtpy SQL but got %v instead", badsql)
+ t.Errorf("expected empty SQL but got %v instead", badsql)
78
79
if len(badargs) > 0 {
80
t.Errorf("expected no args but got %v instead", badargs)
0 commit comments