From 61897fbaf2edee5277bf5ae9302d20dcd7c35369 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Wed, 6 Jan 2016 20:48:40 +0200 Subject: [PATCH] fix for integration test --- general_tests/tutorial_local_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general_tests/tutorial_local_test.go b/general_tests/tutorial_local_test.go index 3e453f9bd..f0d8e95a9 100644 --- a/general_tests/tutorial_local_test.go +++ b/general_tests/tutorial_local_test.go @@ -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()) } }