From b999c053154a51699dccca72b29d6f35cea0267a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zdyba=C5=82?= Date: Wed, 17 Aug 2022 21:23:55 +0200 Subject: [PATCH] test: enable TestUnconfirmedTxsLimit This test can be enabled as mempool is updated. --- rpc/client/client_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rpc/client/client_test.go b/rpc/client/client_test.go index 6928903083..97a2bfec1f 100644 --- a/rpc/client/client_test.go +++ b/rpc/client/client_test.go @@ -502,10 +502,6 @@ func TestUnconfirmedTxs(t *testing.T) { } func TestUnconfirmedTxsLimit(t *testing.T) { - t.Skip("Test disabled because of known bug") - // there's a bug in mempool implementation - count should be 1 - // TODO(tzdybal): uncomment after resolving https://github.com/celestiaorg/optimint/issues/191 - assert := assert.New(t) require := require.New(t)