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 ec6f489 commit 80fb90eCopy full SHA for 80fb90e
1 file changed
tests/test_operations.py
@@ -38,6 +38,7 @@ def test_linked_api_exposes_all_predefined_operations() -> None:
38
"send_message",
39
"sync_conversation",
40
"sync_inbox",
41
+ "sync_network",
42
"manage_conversation",
43
"nv_send_message",
44
"nv_sync_conversation",
@@ -55,7 +56,7 @@ def test_linked_api_exposes_all_predefined_operations() -> None:
55
56
assert hasattr(operation, "execute")
57
assert hasattr(operation, "result")
58
assert hasattr(operation, "cancel")
- assert len(linkedapi.operations) == 34
59
+ assert len(linkedapi.operations) == 35
60
61
62
def test_operation_mappers_match_node_contract() -> None:
0 commit comments