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 2906760 commit e6ecaccCopy full SHA for e6ecacc
tests/test_examples.py
@@ -71,7 +71,7 @@ async def test_desktop(monkeypatch):
71
content = result.contents[0]
72
assert isinstance(content, TextResourceContents)
73
assert isinstance(content.text, str)
74
- if sys.platform != "win32":
+ if sys.platform == "win32":
75
file_1 = "/fake/path/file1.txt".replace("/", "\\\\") # might be a bug
76
file_2 = "/fake/path/file2.txt".replace("/", "\\\\") # might be a bug
77
assert file_1 in content.text
0 commit comments