1
0
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:
gedi
2014-02-07 16:52:26 +02:00
parent af59e07d27
commit b89aa3ac1e
3 changed files with 12 additions and 1 deletions

View File

@ -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)