Skip to content

Commit

Permalink
Update proposal to v8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taztingo committed Jan 2, 2024
1 parent cb15279 commit 0b8b8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/async-icq/e2e/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func ValidatorVoting(t *testing.T, ctx context.Context, chain *cosmos.CosmosChai
err := chain.VoteOnProposalAllValidators(ctx, proposalID, cosmos.ProposalVoteYes)
require.NoError(t, err, "failed to submit votes")

_, err = cosmos.PollForProposalStatus(ctx, chain, height, height+haltHeightDelta, proposalID, cosmos.ProposalStatusPassed)
_, err = cosmos.PollForProposalStatusV8(ctx, chain, height, height+haltHeightDelta, proposalID, cosmos.ProposalStatusPassedV8)
require.NoError(t, err, "proposal status did not change to passed in expected number of blocks")

timeoutCtx, timeoutCtxCancel := context.WithTimeout(ctx, time.Second*45)
Expand Down

0 comments on commit 0b8b8c0

Please sign in to comment.