Skip to content

Commit ae7c361

Browse files
committed
fix: gnosis test
1 parent 034e821 commit ae7c361

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/gnosis/test_relayer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
from tests import AgentEnum
77

88

9-
def test_constructor(alice, project, agent_blueprint, mock_bridge, ZERO_ADDRESS):
10-
relayer = project.OptimismRelayer.deploy(agent_blueprint, mock_bridge, sender=alice)
11-
9+
def test_constructor(alice, relayer, agent_blueprint, mock_bridge, ZERO_ADDRESS):
1210
assert relayer.OWNERSHIP_AGENT() != ZERO_ADDRESS
1311
assert relayer.PARAMETER_AGENT() != ZERO_ADDRESS
1412
assert relayer.EMERGENCY_AGENT() != ZERO_ADDRESS

0 commit comments

Comments
 (0)