Skip to content

Commit

Permalink
Is windows being normal??
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Sep 8, 2024
1 parent 0955701 commit 6725c64
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,6 @@ def test_IPC():
"command": LINKS_AND_CHARS,
"result": [((1, 0), 22, "Link"), ((1, 25), 1, "Hidden_Char")],
}
if platform == "win32":
expected_output = {
"id": 0,
"type": "response",
"cancelled": False,
"command": LINKS_AND_CHARS,
"result": [((1, 0), 22, "Link")],
}
assert links_and_hidden_chars_result == expected_output

context.update_file(
Expand Down

0 comments on commit 6725c64

Please sign in to comment.