Added tests for coverage in utils package

This commit is contained in:
andronache
2020-11-06 11:27:50 +02:00
committed by Dan Christian Bogos
parent 077d916a1d
commit f87a342b2c
8 changed files with 312 additions and 16 deletions

View File

@@ -613,7 +613,6 @@ func TestSpansMultipleRatingPlans(t *testing.T) {
Destination: "0257308200", TimeStart: t1, TimeEnd: t2}
cc, _ := cd.GetCost()
if cc.Cost != 2100 || cc.GetConnectFee() != 0 {
utils.LogFull(cc)
t.Errorf("Expected %v was %v (%v)", 2100, cc, cc.GetConnectFee())
}
}