From 57e4f26de77dd348dd3ac0b41f32bd9e11dfafa2 Mon Sep 17 00:00:00 2001 From: Giacomo Pasini Date: Thu, 13 Apr 2023 15:37:36 +0200 Subject: [PATCH] fix test --- carnot/test_unhappy_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carnot/test_unhappy_path.py b/carnot/test_unhappy_path.py index fecbbba..dd888e1 100644 --- a/carnot/test_unhappy_path.py +++ b/carnot/test_unhappy_path.py @@ -180,7 +180,7 @@ def fail(test_case: TestCase, overlay: MockOverlay, nodes: Dict[Id, MockCarnot], timeout_qc = root_member.latest_event for node in nodes.values(): - node.received_timeout_qc(timeout_qc) + node.receive_timeout_qc(timeout_qc) votes = {} childs_ids = list(chain.from_iterable(overlay.leaf_committees()))