From c700301b1e39b42d29c7f9de3acb82e6ab01e2f8 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Mon, 9 Feb 2026 09:52:46 -0300 Subject: [PATCH] chore(test): fix p2p integration test It was broken with the latest changes to the attestation pool. --- .../test/p2p_client.integration_message_propagation.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/yarn-project/p2p/src/client/test/p2p_client.integration_message_propagation.test.ts b/yarn-project/p2p/src/client/test/p2p_client.integration_message_propagation.test.ts index d1a46b5dc807..6e8a9c402d61 100644 --- a/yarn-project/p2p/src/client/test/p2p_client.integration_message_propagation.test.ts +++ b/yarn-project/p2p/src/client/test/p2p_client.integration_message_propagation.test.ts @@ -71,6 +71,7 @@ describe('p2p client integration message propagation', () => { }); attestationPool.isEmpty.mockResolvedValue(true); + attestationPool.tryAddBlockProposal.mockResolvedValue({ added: true, alreadyExists: false, totalForPosition: 1 }); worldState.status.mockResolvedValue({ state: mock(),