Renamed tutmongo2 to tutmongonew

This commit is contained in:
Trial97
2018-12-13 17:23:07 +02:00
committed by Dan Christian Bogos
parent 390e56348a
commit 8e2f70a1aa
2 changed files with 1 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ func TestCDREITMySql(t *testing.T) {
}
func TestCDREITMongo(t *testing.T) {
cdreConfigDIR = "tutmongo2"
cdreConfigDIR = "tutmongonew"
for _, stest := range sTestsCDRE {
t.Run(cdreConfigDIR, stest)
}