Browse Source

Fix test

patch-2
Neil Booth 6 years ago
parent
commit
072be11fa2
  1. 3
      tests/server/test_mempool.py

3
tests/server/test_mempool.py

@ -275,7 +275,8 @@ async def test_keep_synchronized(caplog):
assert in_caplog(caplog, 'beginning processing of daemon mempool')
assert in_caplog(caplog, 'compact fee histogram')
assert in_caplog(caplog, 'synced in ')
assert in_caplog(caplog, '0 txs touching 0 addresses')
assert in_caplog(caplog, '0 txs')
assert in_caplog(caplog, 'touching 0 addresses')
assert not in_caplog(caplog, 'txs dropped')

Loading…
Cancel
Save