From 61171ed551e3f998cae66367bff8c2dff03f7632 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Thu, 17 Jul 2025 14:16:48 +0200 Subject: [PATCH] Building waku_relay tests failed due to shadowed chronicles import (#3498) --- tests/waku_store/store_utils.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/waku_store/store_utils.nim b/tests/waku_store/store_utils.nim index 779074d7e..4586a0631 100644 --- a/tests/waku_store/store_utils.nim +++ b/tests/waku_store/store_utils.nim @@ -1,6 +1,6 @@ {.used.} -import std/options, chronos +import std/options, chronos, chronicles import waku/[node/peer_manager, waku_store, waku_store/client], ../testlib/[common, wakucore]