mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Added tests for coverage in utils package
This commit is contained in:
committed by
Dan Christian Bogos
parent
077d916a1d
commit
f87a342b2c
@@ -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())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user