Browse Source
fixup! pylightning: Add a small test for async rpcmethods
pylightning-async
Christian Decker
6 years ago
No known key found for this signature in database
GPG Key ID: 1416D83DC4F0E86D
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|