Skip to content

Commit

Permalink
rm unnecessary artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
charleenfei committed Apr 25, 2024
1 parent c305a87 commit bc122a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/apps/transfer/ibc_module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ func (suite *TransferTestSuite) TestOnChanOpenInit() {
chanCap, err = suite.chainA.App.GetScopedIBCKeeper().NewCapability(suite.chainA.GetContext(), host.ChannelCapabilityPath(ibctesting.TransferPort, path.EndpointA.ChannelID))
suite.Require().NoError(err)

transferModule := transfer.NewIBCModule(suite.chainA.GetSimApp().TransferKeeper)

tc.malleate() // explicitly change fields in channel and testChannel

transferModule := transfer.NewIBCModule(suite.chainA.GetSimApp().TransferKeeper)
version, err := transferModule.OnChanOpenInit(suite.chainA.GetContext(), channel.Ordering, channel.ConnectionHops,
path.EndpointA.ChannelConfig.PortID, path.EndpointA.ChannelID, chanCap, counterparty, channel.Version,
)
Expand Down

0 comments on commit bc122a1

Please sign in to comment.