Skip to content

Commit

Permalink
fix: rebase tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Dec 18, 2023
1 parent c42bfef commit 16c0acf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def security(accounts):
def management(accounts):
yield accounts[3]


@pytest.fixture(scope="session")
def fee_recipient(accounts):
return accounts[4]
Expand Down Expand Up @@ -462,6 +463,7 @@ def role_manager(
return role_manager


@pytest.fixture(scope="session")
def strategy_manager(project, yield_manager):
strategy_manager = project.StrategyManager.at(yield_manager.strategyManager())

Expand Down

0 comments on commit 16c0acf

Please sign in to comment.