From 9df4fee7bff27abda46bac9837d1006ddf807fdd Mon Sep 17 00:00:00 2001 From: Reece Williams Date: Fri, 20 Sep 2024 11:23:51 -0500 Subject: [PATCH] fix: GreaterOrEqual --- examples/ibc/ics_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ibc/ics_test.go b/examples/ibc/ics_test.go index 9237e7855..dd3838ef7 100644 --- a/examples/ibc/ics_test.go +++ b/examples/ibc/ics_test.go @@ -127,7 +127,7 @@ func icsTest(t *testing.T, version string, rly ibc.RelayerImplementation) { // ------------------ ICS Setup ------------------ - require.Greater(t, len(provider.Validators), 2) + require.GreaterOrEqual(t, len(provider.Validators), 2) // Finish the ICS provider chain initialization. // - Restarts the relayer to connect ics20-1 transfer channel