Browse Source

fix test/jmclient/test_taker.py

add_frost
zebra-lucky 2 weeks ago
parent
commit
20188686b1
  1. 2
      test/jmclient/test_taker.py

2
test/jmclient/test_taker.py

@ -604,7 +604,7 @@ class AsyncioTestCase(IsolatedAsyncioTestCase, ParametrizedTestCase):
fake_txd = DummyTx()
fake_txd.vin = "foo"
fake_txd.vout = "blah"
taker.unconfirm_callback(fake_txd, "b")
await taker.unconfirm_callback(fake_txd, "b")
for i in range(schedule_len-1):
taker.schedule_index += 1
fromtx = await taker.confirm_callback(fake_txd, "b", 1)

Loading…
Cancel
Save