Skip to content

Commit

Permalink
Update upgrade_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez authored Sep 21, 2023
1 parent 527ed6e commit 5790032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/upgrades/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (s *UpgradeTestSuite) UpgradeChain(ctx context.Context, chain *cosmos.Cosmo
s.Require().NoError(err, "error stopping node(s)")

repository := chain.Nodes()[0].Image.Repository
chain.UpgradeVersion(ctx, s.DockerClient, repository, upgradeVersion)
chain.UpgradeVersion(ctx, s.DockerClient, repository, upgradeVersion)

err = chain.StartAllNodes(ctx)
s.Require().NoError(err, "error starting upgraded node(s)")
Expand Down

0 comments on commit 5790032

Please sign in to comment.