Correction in call tests

This commit is contained in:
DanB
2015-03-23 18:26:27 +01:00
parent f2cffe071b
commit 8f071af11e

View File

@@ -195,8 +195,8 @@ func TestTutFsCallsCdrs1001(t *testing.T) {
if reply[0].Subject != "1002" {
t.Errorf("Unexpected Subject for CDR: %+v", reply[0])
}
if reply[0].Cost != 0.3059 {
t.Errorf("Unexpected Cost for CDR: %+v", reply[0])
if reply[0].Cost != 1.2059 {
t.Errorf("Unexpected Cost for CDR: %+v", reply[0].Cost)
}
}
}