From 88c8860401e98e230b312d581254738f8365cb51 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Mon, 9 Feb 2026 11:05:20 -0300 Subject: [PATCH] chore(test): fix p2p message propagation test build error Fixes a bad merge --- .../test/p2p_client.integration_message_propagation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6e8a9c402d61..80c1a29d7c6b 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,7 +71,7 @@ describe('p2p client integration message propagation', () => { }); attestationPool.isEmpty.mockResolvedValue(true); - attestationPool.tryAddBlockProposal.mockResolvedValue({ added: true, alreadyExists: false, totalForPosition: 1 }); + attestationPool.tryAddBlockProposal.mockResolvedValue({ added: true, alreadyExists: false, count: 1 }); worldState.status.mockResolvedValue({ state: mock(),