1
0
Files
d-l-p-python-aiorpcX/fix-jsonrpc-test-misc.patch
Daniel Garcia Moreno 3fc2f41d1c Fix broken tests
Add fix-jsonrpc-test-misc.patch to fix broken tests
gh#kyuupichan/aiorpcX#56
2026-02-04 13:46:37 +01:00

14 lines
466 B
Diff

Index: aiorpcX-0.25.0/tests/test_jsonrpc.py
===================================================================
--- aiorpcX-0.25.0.orig/tests/test_jsonrpc.py
+++ aiorpcX-0.25.0/tests/test_jsonrpc.py
@@ -1064,7 +1064,7 @@ async def test_max_response_size(protoco
await group.spawn(send_batch(batch))
-def test_misc(protocol):
+async def test_misc(protocol):
'''Misc tests to get full coverage.'''
connection = JSONRPCConnection(protocol)