Skip to content

Commit

Permalink
Add MockRelayer function
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Feb 7, 2024
1 parent 6876da7 commit e308fc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/web/testutils/mock_relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ func (m MockRelayer) NewConfigProvider(ctx context.Context, args commontypes.Rel
func (m MockRelayer) NewPluginProvider(ctx context.Context, args commontypes.RelayArgs, args2 commontypes.PluginArgs) (commontypes.PluginProvider, error) {
panic("not implemented")
}

func (m MockRelayer) NewLLOProvider(ctx context.Context, rargs commontypes.RelayArgs, pargs commontypes.PluginArgs) (commontypes.LLOProvider, error) {
panic("not implemented")
}

0 comments on commit e308fc1

Please sign in to comment.