mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
Adding extra test for getCost 0 duration
This commit is contained in:
@@ -104,7 +104,6 @@ func TestCosts1GetCost1(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
func TestCosts1GetCostZeroDuration(t *testing.T) {
|
||||
tStart, _ := utils.ParseTimeDetectLayout("2013-08-07T17:30:00Z")
|
||||
tEnd, _ := utils.ParseTimeDetectLayout("2013-08-07T17:30:00Z")
|
||||
@@ -124,7 +123,6 @@ func TestCosts1GetCostZeroDuration(t *testing.T) {
|
||||
t.Error("Wrong cost returned: ", cc.Cost)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
/* FixMe
|
||||
func TestCosts1GetCost2(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user