Browse Source

fixup! pylightning: Add a small test for async rpcmethods

pylightning-async
Christian Decker 6 years ago
parent
commit
5757efa855
No known key found for this signature in database GPG Key ID: 1416D83DC4F0E86D
  1. 2
      tests/test_plugin.py

2
tests/test_plugin.py

@ -140,4 +140,4 @@ def test_async_rpcmethod(node_factory, executor):
# since the last number is returned for all
l1.rpc.callme(42)
assert [r.result() for r in results] == [42]*4
assert [r.result() for r in results] == [42] * 4

Loading…
Cancel
Save