Skip to content

Commit 3e06c2f

Browse files
committed
modulor
1 parent c319ccd commit 3e06c2f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

op-e2e/e2eutils/disputegame/helper.go

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,7 @@ func (h *AsteriscFactoryHelper) StartOutputAsteriscGame(ctx context.Context, l2N
9797

9898
return &OutputAsteriscGameHelper{
9999
OutputCannonGameHelper: op_e2e_disputegame.OutputCannonGameHelper{
100-
OutputGameHelper: op_e2e_disputegame.OutputGameHelper{
101-
T: h.T,
102-
Require: h.Require,
103-
Client: h.Client,
104-
Opts: h.Opts,
105-
Game: game,
106-
FactoryAddr: h.FactoryAddr,
107-
Addr: createdEvent.DisputeProxy,
108-
CorrectOutputProvider: provider,
109-
System: h.System,
110-
},
100+
OutputGameHelper: *op_e2e_disputegame.NewOutputGameHelper(h.T, h.Require, h.Client, h.Opts, game, h.FactoryAddr, createdEvent.DisputeProxy, provider, h.System),
111101
},
112102
}
113103
}

0 commit comments

Comments
 (0)