Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasCImach committed Aug 8, 2024
1 parent 57788c5 commit b7a87ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/factories/market/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def create_factory(tok=ov, recipient=fee_recipient, feeds=feed_factory,
sequencer_aggregator.address, 0)

# grant market factory token admin role
tok.grantRole(tok.DEFAULT_ADMIN_ROLE(), factory, {"from": gov})
tok.grantRole(tok.DEFAULT_ADMIN_ROLE(), factory.address, {"from": gov})

# grant gov the governor role on token to access factory methods
tok.grantRole(governor_role, gov, {"from": gov})
Expand Down

0 comments on commit b7a87ce

Please sign in to comment.