We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b153e1 commit 8818432Copy full SHA for 8818432
tests/nexus/test_handler.py
@@ -919,7 +919,7 @@ class SyncHandlerNoExecutor(_InstantiationCase):
919
handler = SyncStartHandler
920
executor = False
921
exception = RuntimeError
922
- match = "must be an `async def`"
+ match = "Use nexusrpc.syncio.handler.Handler instead"
923
924
925
class DefaultCancel(_InstantiationCase):
@@ -932,7 +932,7 @@ class SyncCancel(_InstantiationCase):
932
handler = SyncCancelHandler
933
934
935
- match = "cancel method must be an `async def`"
936
937
938
@pytest.mark.parametrize(
0 commit comments