Skip to content

Commit 49c0911

Browse files
committed
Fix lint
1 parent 566480f commit 49c0911

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

testing/acceptance_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,7 @@ def test_ok():
366366
"""
367367
)
368368
result = testdir.runpytest("-q")
369-
result.stdout.fnmatch_lines(
370-
[".*[100%]*", "*1*passed*"]
371-
)
369+
result.stdout.fnmatch_lines([".*[100%]*", "*1*passed*"])
372370

373371
def test_pass_skip_fail(self, testdir):
374372
testdir.makepyfile(

0 commit comments

Comments
 (0)