mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Testing new doc format for api timings
This commit is contained in:
@@ -35,7 +35,7 @@ func TestDebitBalanceForCall1(t *testing.T) {
|
||||
}
|
||||
cc1 := new(CallCost)
|
||||
if err := json.Unmarshal([]byte(callCost1), cc1); err != nil {
|
||||
t.Error("Error restoring balance1: ", err)
|
||||
t.Error("Error restoring callCost1: ", err)
|
||||
}
|
||||
err := b1.debitCreditBalance(cc1, false)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user