Skip to content

Commit

Permalink
fix: GreaterOrEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Sep 20, 2024
1 parent 087473a commit 9df4fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ibc/ics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9df4fee

Please sign in to comment.