Skip to content

Commit

Permalink
fix: fstring usage
Browse files Browse the repository at this point in the history
  • Loading branch information
willemt committed Feb 10, 2024
1 parent 74c61dc commit 37978f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def test_shared_fixture_caching(testdir, scope, def_, ret, fail):
import time
called = False
@pytest.fixture(scope={scope})
@pytest.fixture(scope="{scope}")
{def_} shared_fixture():
global called
if called:
Expand Down

0 comments on commit 37978f1

Please sign in to comment.