Skip to content

Commit 9125310

Browse files
committed
pull master
2 parents c158fd7 + b514752 commit 9125310

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/test.py

Whitespace-only changes.

tests/test_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ def test_invalid_json(self, tmp_path):
7373
f.write("{ invalid json")
7474

7575
with pytest.raises(ValueError):
76-
MCPServersParams(str(invalid_json_file))
76+
MCPServersParams(str(invalid_json_file))

0 commit comments

Comments
 (0)