Skip to content

Commit d37c5ed

Browse files
committed
test fix for windows
1 parent 586ff47 commit d37c5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/snapshot_tests/test_snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_header_render(snap_compare):
8686

8787

8888
def test_textlog_max_lines(snap_compare):
89-
assert snap_compare("tests/snapshots/textlog_max_lines.py", press=list("abcde"))
89+
assert snap_compare("tests/snapshots/textlog_max_lines.py", press=[*"abcde", "_"])
9090

9191

9292
def test_fr_units(snap_compare):

0 commit comments

Comments
 (0)