You've already forked go-sqlmock
mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-06-14 23:55:00 +02:00
let travis ci test it
This commit is contained in:
@ -177,7 +177,7 @@ func TestUnexpectedOperations(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestWrongUnexpectations(t *testing.T) {
|
||||
func TestWrongExpectations(t *testing.T) {
|
||||
db, err := sql.Open("mock", "")
|
||||
if err != nil {
|
||||
t.Errorf("An error '%s' was not expected when opening a stub database connection", err)
|
||||
|
Reference in New Issue
Block a user