Skip to content

Commit f6393a0

Browse files
committed
Fix misspell
1 parent 2880ba2 commit f6393a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func TestJson(t *testing.T) {
7474
t.Errorf("invalid error from *JsonMap failure")
7575
}
7676
if badsql != "" {
77-
t.Errorf("expected emtpy SQL but got %v instead", badsql)
77+
t.Errorf("expected empty SQL but got %v instead", badsql)
7878
}
7979
if len(badargs) > 0 {
8080
t.Errorf("expected no args but got %v instead", badargs)

0 commit comments

Comments
 (0)