From 006d091253fcc0109a5a8d5b495f3262d627af15 Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 24 Apr 2025 15:08:06 +0800 Subject: [PATCH] fix: assert message --- tests/protocol_compatibility/test_interaction_data_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/protocol_compatibility/test_interaction_data_flow.py b/tests/protocol_compatibility/test_interaction_data_flow.py index b065645..904e17c 100644 --- a/tests/protocol_compatibility/test_interaction_data_flow.py +++ b/tests/protocol_compatibility/test_interaction_data_flow.py @@ -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"