mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Adding keeping cdrstats_test.go -> statscdrs_test.go to keep the order of test execution
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user