Changes for cdrs.go tests in dispatchers

This commit is contained in:
andronache
2021-04-06 14:22:42 +03:00
committed by Dan Christian Bogos
parent e2a13098fb
commit a357e28253

View File

@@ -25,7 +25,6 @@ import (
"time"
"github.com/cgrates/cgrates/config"
"github.com/cgrates/cgrates/engine"
"github.com/cgrates/cgrates/utils"
)
@@ -909,4 +908,4 @@ func TestDspCDRsV2ProcessEventErrorNil(t *testing.T) {
if result == nil || result.Error() != expected {
t.Errorf("\nExpected <%+v>, \nReceived <%+v>", expected, result)
}
}
}