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.
test_desktop
1 parent ec62372 commit dda11d4Copy full SHA for dda11d4
tests/test_examples.py
@@ -68,5 +68,5 @@ async def test_desktop(monkeypatch):
68
content = result.contents[0]
69
assert isinstance(content, TextResourceContents)
70
assert isinstance(content.text, str)
71
- assert "/fake/path/file1.txt" in content.text
72
- assert "/fake/path/file2.txt" in content.text
+ assert "/fake/path/file1.txt" in content.text.replace('\\\\','/')
+ assert "/fake/path/file2.txt" in content.text.replace('\\\\','/')
0 commit comments