Testing new doc format for api timings

This commit is contained in:
DanB
2013-12-03 17:03:30 +01:00
parent 92f9849380
commit 1388e7caab
3 changed files with 30 additions and 32 deletions

View File

@@ -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 {