test fix for windows

This commit is contained in:
Will McGugan
2022-10-31 13:53:28 +00:00
parent 586ff470c5
commit d37c5ed3da

View File

@@ -86,7 +86,7 @@ def test_header_render(snap_compare):
def test_textlog_max_lines(snap_compare):
assert snap_compare("tests/snapshots/textlog_max_lines.py", press=list("abcde"))
assert snap_compare("tests/snapshots/textlog_max_lines.py", press=[*"abcde", "_"])
def test_fr_units(snap_compare):