mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-04 06:03:12 +00:00
fix: assert message
This commit is contained in:
parent
c04448b3d8
commit
006d091253
@ -50,4 +50,4 @@ class TestInteractionDataFlow(StepsDataAvailability, StepsMempool):
|
|||||||
index_shares = self.get_data_range(self.node2, to_app_id(1), to_index(0), to_index(5))
|
index_shares = self.get_data_range(self.node2, to_app_id(1), to_index(0), to_index(5))
|
||||||
da_shares = extract_da_shares(index_shares)
|
da_shares = extract_da_shares(index_shares)
|
||||||
|
|
||||||
assert len(da_shares) == 2, "Dispersal unaffected by additional blob info added to mempool"
|
assert len(da_shares) == 2, "Dispersal should not be affected by additional blob info added to mempool"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user