We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586ff47 commit d37c5edCopy full SHA for d37c5ed
tests/snapshot_tests/test_snapshots.py
@@ -86,7 +86,7 @@ def test_header_render(snap_compare):
86
87
88
def test_textlog_max_lines(snap_compare):
89
- assert snap_compare("tests/snapshots/textlog_max_lines.py", press=list("abcde"))
+ assert snap_compare("tests/snapshots/textlog_max_lines.py", press=[*"abcde", "_"])
90
91
92
def test_fr_units(snap_compare):
0 commit comments