Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Mar 28, 2023
1 parent d2767d5 commit 8b148fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/core/03-connection/keeper/verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,9 @@ func (suite *KeeperTestSuite) TestVerifyUpgradeSequence() {
path = ibctesting.NewPath(suite.chainA, suite.chainB)
suite.coordinator.Setup(path)

// specify a new version to upgrade to.
path.EndpointA.ChannelConfig.Version = fmt.Sprintf("%s-v2", ibcmock.Version)

err := path.EndpointA.ChanUpgradeInit(path.EndpointB.Chain.GetTimeoutHeight(), 0)
suite.Require().NoError(err)

Expand Down

0 comments on commit 8b148fe

Please sign in to comment.