mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Fix typo
This commit is contained in:
parent
d090d24261
commit
ca68b997d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue