Skip to content

Commit

Permalink
fix bug in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSripal committed Jul 18, 2022
1 parent 1561d03 commit aa9cc8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/core/03-connection/keeper/handshake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,9 @@ func (suite *KeeperTestSuite) TestConnOpenTry() {

suite.Run(tc.msg, func() {
suite.SetupTest() // reset
consensusHeight = clienttypes.ZeroHeight() // must be explicitly changed in malleate
versions = types.GetCompatibleVersions() // must be explicitly changed in malleate
consensusHeight = clienttypes.ZeroHeight() // may be changed in malleate
versions = types.GetCompatibleVersions() // may be changed in malleate
delayPeriod = 0 // may be changed in malleate
path = ibctesting.NewPath(suite.chainA, suite.chainB)
suite.coordinator.SetupClients(path)

Expand Down

0 comments on commit aa9cc8b

Please sign in to comment.