Skip to content

Commit

Permalink
fixing typo in fixutre params
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Oct 5, 2024
1 parent d73642a commit 7025232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ def client():


@pytest.fixture
def basic_algorithm(self):
def basic_algorithm():
return utils.read_json_from_assets("linking", "basic_algorithm.json")["algorithm"]


@pytest.fixture
def enhanced_algorithm(self):
def enhanced_algorithm():
return utils.read_json_from_assets("linking", "enhanced_algorithm.json")["algorithm"]

0 comments on commit 7025232

Please sign in to comment.