1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-06-12 21:47:29 +02:00

updates travis to validate with go fmt

This commit is contained in:
gedi
2017-05-31 23:54:14 +03:00
parent d1ba2809d5
commit b2ca44a80b
4 changed files with 13 additions and 11 deletions

View File

@ -109,4 +109,4 @@ func TestDuplicateNewDSN(t *testing.T) {
if _, _, err := NewWithDSN("sqlmock_db_1"); err == nil {
t.Error("expected error on NewWithDSN")
}
}
}