Skip to content

Commit

Permalink
suggestion++
Browse files Browse the repository at this point in the history
Co-authored-by: kosegor <30661385+kosegor@users.noreply.github.com>
  • Loading branch information
toteki and kosegor authored Sep 12, 2023
1 parent 14ab0d6 commit 931343e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestE2ETestSuite(t *testing.T) {
suite.Run(t, new(E2ETest))
}

// mustEventuallySucceedTx executes an sdk.Msg (retrying several times if receiving any error,
// mustEventuallySucceedTx executes an sdk.Msg, retrying several times if receiving any error,
// and requires that the transaction eventually succeeded with nil error. Since this function
// retries for 30 seconds and ignores errors, it is suitable for scenario setup transaction or
// those which might require time elapsing before they succeed.
Expand Down

0 comments on commit 931343e

Please sign in to comment.