Skip to content

Commit 4eb3067

Browse files
committed
Remove unnecessary fixture call.
1 parent 405398b commit 4eb3067

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ def test_pset_pager_on(term_height, term_width, text, use_pager, pset_pager_mock
321321
("-\u001b]23\u0007-", 2),
322322
],
323323
)
324-
def test_color_pattern(text, expected_length, pset_pager_mocks):
325-
pset_pager_mocks[0]
324+
def test_color_pattern(text, expected_length):
326325
assert len(COLOR_CODE_REGEX.sub("", text)) == expected_length
327326

328327

0 commit comments

Comments
 (0)