1 parent 1bc12fd commit 63014efCopy full SHA for 63014ef
1 file changed
tests/test_gambaterm.py
@@ -58,8 +58,7 @@ def test_gambaterm(interactive: bool, color_arg: str) -> None:
58
assert result.stderr == ""
59
if interactive:
60
assert "| test_rom.gb |" in result.stdout
61
- if sys.platform == "linux":
62
- assert "▀ ▄▄ ▀" in result.stdout
+ assert "▀ ▄▄ ▀" in result.stdout
63
64
65
@pytest.mark.parametrize("color_arg", COLOR_ARG_VARIANTS)
0 commit comments