This commit is contained in:
Noah Hilverling 2019-03-04 15:44:07 +01:00
parent d090d24261
commit ca68b997d9

View file

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