Skip to content

Commit aa1df8a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 159c488 commit aa1df8a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

testing/test_terminal.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,10 +1598,7 @@ def test_fail():
15981598
"""
15991599
)
16001600
result = pytester.runpytest("--tb=line")
1601-
result.stdout.fnmatch_lines([
1602-
"*- Captured stdout call -*",
1603-
output_to_capture
1604-
])
1601+
result.stdout.fnmatch_lines(["*- Captured stdout call -*", output_to_capture])
16051602

16061603
def test_tb_crashline(self, pytester: Pytester, option) -> None:
16071604
p = pytester.makepyfile(

0 commit comments

Comments
 (0)