Skip to content

Commit b60df08

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

tests/test_fixture_loop_scopes.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,10 @@ def test_invalid_default_fixture_loop_scope_raises_error(pytester: Pytester):
146146
"""
147147
)
148148
result = pytester.runpytest()
149-
result.stderr.fnmatch_lines([
150-
"ERROR: 'invalid_scope' is not a valid "
151-
"asyncio_default_fixture_loop_scope. Valid scopes are: "
152-
"function, class, module, package, session."
153-
])
149+
result.stderr.fnmatch_lines(
150+
[
151+
"ERROR: 'invalid_scope' is not a valid "
152+
"asyncio_default_fixture_loop_scope. Valid scopes are: "
153+
"function, class, module, package, session."
154+
]
155+
)

0 commit comments

Comments
 (0)