From 931343ed0ecceb7c567636f75f879e8468a9f662 Mon Sep 17 00:00:00 2001 From: Adam Moser <63419657+toteki@users.noreply.github.com> Date: Tue, 12 Sep 2023 07:09:43 -0600 Subject: [PATCH] suggestion++ Co-authored-by: kosegor <30661385+kosegor@users.noreply.github.com> --- tests/e2e/e2e_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/e2e_test.go b/tests/e2e/e2e_test.go index 98b0e9bacd..bb0df14718 100644 --- a/tests/e2e/e2e_test.go +++ b/tests/e2e/e2e_test.go @@ -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.