Skip to content

Commit

Permalink
Fix fixtures not being imported directly anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Dec 12, 2023
1 parent 7427d64 commit 4d10d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/status_response/test_java.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ class TestForgeData(BaseStatusResponseTest):
("truncated", False),
]

@fixture(scope="class")
@pytest.fixture(scope="class")
def build(self):
return ForgeData.build(
RawForgeData(
Expand Down

0 comments on commit 4d10d66

Please sign in to comment.