fix: assert message

This commit is contained in:
Roman 2025-04-24 15:08:06 +08:00
parent c04448b3d8
commit 006d091253
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -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))
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"