diff --git a/mysql_test.go b/mysql_test.go index 92c2e0c7..e97ff4df 100644 --- a/mysql_test.go +++ b/mysql_test.go @@ -77,7 +77,7 @@ func TestNewDBWrapper(t *testing.T) { //TODO: Add more tests here } -func TestRDBWrapper_CheckConnection(t *testing.T) { +func TestDBWrapper_CheckConnection(t *testing.T) { mockDb := new(DbMock) dbw := NewTestDBW(mockDb)