Skip to content

Commit

Permalink
Fix: mock fast bridge deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Oct 11, 2024
1 parent 117ce59 commit 6dee3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/testutil/deployers.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ type MockFastBridgeDeployer struct {
// NewMockFastBridgeDeployer deploys a mock fast bridge contract.
func NewMockFastBridgeDeployer(registry deployer.GetOnlyContractRegistry, backend backends.SimulatedTestBackend) deployer.ContractDeployer {
return MockFastBridgeDeployer{
deployer.NewSimpleDeployer(registry, backend, RecipientMockType),
deployer.NewSimpleDeployer(registry, backend, FastBridgeMockType),
}
}

Expand Down

0 comments on commit 6dee3d1

Please sign in to comment.