Skip to content

Commit e4f193f

Browse files
mergify[bot]technicallytyAlex | Interchain Labs
authored
chore: uncomment todo in upgrade systemtest (backport #24724) (#24735)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com> Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
1 parent c6710e1 commit e4f193f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/systemtests/upgrade_test.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,9 @@ func TestChainUpgrade(t *testing.T) {
124124
systest.Sut.StartChain(t)
125125

126126
require.Equal(t, upgradeHeight+1, systest.Sut.CurrentHeight())
127-
// cli = systest.NewCLIWrapper(t, systest.Sut, systest.Verbose)
128127

129128
// smoke test that new version runs
130-
// TODO: add once protocol pool is enabled
131-
// got := cli.Run("tx", "protocolpool", "fund-community-pool", "100stake", "--from=node0")
132-
// systest.RequireTxSuccess(t, got)
129+
cli = systest.NewCLIWrapper(t, systest.Sut, systest.Verbose)
130+
got := cli.Run("tx", "protocolpool", "fund-community-pool", "100stake", "--from=node0")
131+
systest.RequireTxSuccess(t, got)
133132
}

0 commit comments

Comments
 (0)