DATA-DOG / go-sqlmock

Sql mock driver for golang to test database interactions
Other
6.06k stars 408 forks source link

Update query_test.go #171

Closed justinling89 closed 4 years ago

justinling89 commented 5 years ago

when i used sqlmock,i found i must pass mock db value to mocked db variable first,so i add this comment in the file query_test.go

l3pp4rd commented 5 years ago

hi, that is fine, but make the comment block compatible with go fmt since now it fails the travis CI checks.