Skip to content

Commit

Permalink
rm CR in test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Jul 6, 2023
1 parent e277493 commit 60a1482
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/apps/29-fee/ibc_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,6 @@ func (suite *FeeTestSuite) TestOnChanUpgradeTry() {
if expUpgradeError, ok := tc.expError.(*channeltypes.UpgradeError); ok {
errorReceipt, found := suite.chainB.GetSimApp().GetIBCKeeper().ChannelKeeper.GetUpgradeErrorReceipt(suite.chainB.GetContext(), path.EndpointB.ChannelConfig.PortID, path.EndpointB.ChannelID)
suite.Require().True(found)

suite.Require().Equal(expUpgradeError.GetErrorReceipt(), errorReceipt)
}
}
Expand Down

0 comments on commit 60a1482

Please sign in to comment.