Skip to content

Commit

Permalink
Apply the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra-barikbin committed Aug 6, 2023
1 parent 02cba9c commit aec2ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/python/metafunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ def test_2():
class Test:
@pytest.fixture(scope="class")
def fixture(self):
def fixture(self, fixture):
pass
@pytest.mark.parametrize("fixture", [0], indirect=True)
Expand Down

0 comments on commit aec2ee3

Please sign in to comment.