From d37c5ed3da71b8ce32140d5cc5094eb99a44155d Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 31 Oct 2022 13:53:28 +0000 Subject: [PATCH] test fix for windows --- tests/snapshot_tests/test_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/snapshot_tests/test_snapshots.py b/tests/snapshot_tests/test_snapshots.py index 87cfe801a..e60112c8a 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -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):