fix test_all print bank bug
This commit is contained in:
parent
b7d0cbdcf3
commit
1a19695e6e
@ -51,7 +51,7 @@ class TestAll(unittest.IsolatedAsyncioTestCase):
|
||||
bank = await bank.adds(
|
||||
[]
|
||||
)
|
||||
print(bank)
|
||||
print(bank.reference.str(0))
|
||||
with self.subTest('verify'):
|
||||
assert_true(await bank.verify())
|
||||
with self.subTest('recover'):
|
||||
@ -59,7 +59,7 @@ class TestAll(unittest.IsolatedAsyncioTestCase):
|
||||
bank = BankChain.from_reference(
|
||||
ReductionChainMetaFactory(), await dr.migrate_resolved(bank.reference)
|
||||
)
|
||||
print(bank)
|
||||
print(bank.reference.str(0))
|
||||
with self.subTest('verify'):
|
||||
assert_true(await bank.verify())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user