Skip to content

Commit 5411b11

Browse files
Fix test
1 parent 5ed61fe commit 5411b11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/client/test_session.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,4 @@ async def mock_server():
544544
received_capabilities.roots is not None
545545
) # Custom list_roots callback provided
546546
assert isinstance(received_capabilities.roots, types.RootsCapability)
547-
assert (
548-
received_capabilities.roots.listChanged is True
549-
) # Should be True for custom callback
547+
assert received_capabilities.roots.listChanged is False

0 commit comments

Comments
 (0)