From 8fd4bf467202f39505a26b00e2f4945f587f23e5 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Wed, 17 Sep 2025 16:12:56 +1000 Subject: [PATCH] swapping test order --- tests/factory/test_all.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/factory/test_all.nim b/tests/factory/test_all.nim index 0f15035fe..916610340 100644 --- a/tests/factory/test_all.nim +++ b/tests/factory/test_all.nim @@ -1,3 +1,3 @@ {.used.} -import ./test_node_factory, ./test_waku_conf +import ./test_waku_conf, ./test_node_factory