From ca68b997d991a73779a2b14e4f0691970fb2ff42 Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Mon, 4 Mar 2019 15:44:07 +0100 Subject: [PATCH] Fix typo --- mysql_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)