Skip to content

Commit 63014ef

Browse files
committed
remove other "linux" platform check
1 parent 1bc12fd commit 63014ef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_gambaterm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ def test_gambaterm(interactive: bool, color_arg: str) -> None:
5858
assert result.stderr == ""
5959
if interactive:
6060
assert "| test_rom.gb |" in result.stdout
61-
if sys.platform == "linux":
62-
assert "▀ ▄▄ ▀" in result.stdout
61+
assert "▀ ▄▄ ▀" in result.stdout
6362

6463

6564
@pytest.mark.parametrize("color_arg", COLOR_ARG_VARIANTS)

0 commit comments

Comments
 (0)