From 420e32f8420f32470916a724557d35a3f978cda5 Mon Sep 17 00:00:00 2001 From: Gusto Date: Wed, 29 Jan 2025 10:16:53 +0200 Subject: [PATCH] Disperse encoded data in full flow test --- da/test_full_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/da/test_full_flow.py b/da/test_full_flow.py index 15ebcd2..558523f 100644 --- a/da/test_full_flow.py +++ b/da/test_full_flow.py @@ -65,6 +65,7 @@ class TestFullFlow(TestCase): # inject mock send and await method self.dispersal._send_and_await_response = __send_and_await_response + self.dispersal.disperse(encoded_data) blob_id = build_blob_id(encoded_data.aggregated_column_commitment, encoded_data.row_commitments) blob_metadata = BlobMetadata( blob_id,