From 08f3da8706c9d8c604987f831115d7875a319b4a Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Thu, 17 Sep 2020 15:03:36 +0200 Subject: [PATCH] drain: fix test for clnd with exp features --- drain/test_drain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drain/test_drain.py b/drain/test_drain.py index d400702..7625045 100644 --- a/drain/test_drain.py +++ b/drain/test_drain.py @@ -140,7 +140,7 @@ def test_setbalance(node_factory, bitcoind): assert(l1.rpc.setbalance(scid12, 30)) wait_for_all_htlcs(nodes) ours_after = get_ours(l1, scid12) - assert(ours_after < ours_before * 0.33) + assert(ours_after < ours_before * 0.34) assert(ours_after > ours_before * 0.27) assert(l1.rpc.setbalance(scid12, 70))