Skip to content

Commit b999c05

Browse files
committed
test: enable TestUnconfirmedTxsLimit
This test can be enabled as mempool is updated.
1 parent 8b186f9 commit b999c05

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

rpc/client/client_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,10 +502,6 @@ func TestUnconfirmedTxs(t *testing.T) {
502502
}
503503

504504
func TestUnconfirmedTxsLimit(t *testing.T) {
505-
t.Skip("Test disabled because of known bug")
506-
// there's a bug in mempool implementation - count should be 1
507-
// TODO(tzdybal): uncomment after resolving https://github.com/celestiaorg/optimint/issues/191
508-
509505
assert := assert.New(t)
510506
require := require.New(t)
511507

0 commit comments

Comments
 (0)