From a82e65a2c95e8c7987f1b81d9a86fc95585529c9 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 22 Apr 2025 15:53:33 +0800 Subject: [PATCH] test: publish share --- tests/protocol_compatibility/test_interaction_data_flow.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/protocol_compatibility/test_interaction_data_flow.py b/tests/protocol_compatibility/test_interaction_data_flow.py index 1ae1327..a8b982a 100644 --- a/tests/protocol_compatibility/test_interaction_data_flow.py +++ b/tests/protocol_compatibility/test_interaction_data_flow.py @@ -26,3 +26,6 @@ class TestInteractionDataFlow(StepsDataAvailability, StepsConsensus, StepsStorag da_shares = extract_da_shares(index_shares) logger.debug(f"da_shares: {da_shares}") + logger.debug(f"{len(da_shares)} da_shares extracted") + + self.add_publish_share(self.node2, da_shares[0])