Skip to content

Commit baac124

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

testing/test_terminal.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ def test_example(subtests):
162162
assert "0.000us" not in output
163163
assert "0.00s" not in output
164164
# Each subtest sleeps for 0.05s so we expect at least 40ms in the output.
165-
result.stdout.re_match_lines(
166-
[r".*SUBPASSED\[0\] .*[4-9][0-9]\.[0-9]+ms"]
167-
)
165+
result.stdout.re_match_lines([r".*SUBPASSED\[0\] .*[4-9][0-9]\.[0-9]+ms"])
168166

169167
def test_internalerror(self, pytester: Pytester, linecomp) -> None:
170168
modcol = pytester.getmodulecol("def test_one(): pass")

0 commit comments

Comments
 (0)