Skip to content

Commit

Permalink
tests: fix test for new StreamManager.__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Sep 20, 2024
1 parent f230142 commit af0e15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def stream_manager_contract(owner, project, MIN_STREAM_LIFE, validators, tokens)

@pytest.fixture(scope="session")
def stream_manager(stream_manager_contract):
return StreamManager(address=stream_manager_contract)
return StreamManager(stream_manager_contract)


@pytest.fixture(scope="session")
Expand Down

0 comments on commit af0e15e

Please sign in to comment.