diff --git a/tests/rpc/rpc_03-chain_test.go b/tests/rpc/rpc_03-chain_test.go index 183bfe9dda..344bfb1790 100644 --- a/tests/rpc/rpc_03-chain_test.go +++ b/tests/rpc/rpc_03-chain_test.go @@ -162,7 +162,7 @@ func TestChainSubscriptionRPC(t *testing.T) { //nolint:tparallel result := getResultMapFromParams(t, params) number := getResultNumber(t, result) - assert.Equal(t, uint(i+1), number) + assert.GreaterOrEqual(t, uint(i+1), number) assertResult32BHex(t, result, "parentHash") assertResult32BHex(t, result, "stateRoot")