Adding keeping cdrstats_test.go -> statscdrs_test.go to keep the order of test execution

This commit is contained in:
DanB
2017-07-09 16:15:34 +02:00
parent 7c11ebde71
commit af02a4da03
2 changed files with 0 additions and 1 deletions

View File

@@ -1031,7 +1031,6 @@ func TestECTrimMiddle1(t *testing.T) {
// TestECTrimMUsage is targeting simpler testing of the durations trimmed/remainders
func TestECTrimMUsage(t *testing.T) {
ec := testEC.Clone()
t.Logf("ec: %s", utils.ToJSON(ec))
atUsage := time.Duration(5 * time.Second)
srplsEC, _ := ec.Trim(atUsage)
if ec.GetUsage() != atUsage {