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 52e994a commit f3575cdCopy full SHA for f3575cd
expectations_test.go
@@ -145,4 +145,5 @@ func TestQueryWillReturnsNil(t *testing.T) {
145
_, err = mock.(*sqlmock).Query(query, []driver.Value{"test"})
146
if err != nil {
147
t.Error(err)
148
+ }
149
}
0 commit comments