fix for integration test

This commit is contained in:
Radu Ioan Fericean
2016-01-06 20:48:40 +02:00
parent 738406003e
commit 61897fbaf2

View File

@@ -371,7 +371,7 @@ func TestTutLocalGetCosts(t *testing.T) {
}
if err := tutLocalRpc.Call("Responder.GetCost", cd, &cc); err != nil {
t.Error("Got error on Responder.GetCost: ", err.Error())
} else if cc.Cost != 0.327 { //
} else if cc.Cost != 0.354 { //
t.Errorf("Calling Responder.GetCost got callcost: %s", cc.AsJSON())
}
}