From c78644584bbb9af9c48643e6adb3cf8a98b34ec4 Mon Sep 17 00:00:00 2001 From: benbierens Date: Tue, 14 Mar 2023 13:39:01 +0100 Subject: [PATCH] Review comments by me --- codex/stores/blockstoremanager.nim | 1 - tests/codex/helpers.nim | 3 ++- tests/codex/stores/testcachestore.nim | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/codex/stores/blockstoremanager.nim b/codex/stores/blockstoremanager.nim index e60a3a6c..f27d7374 100644 --- a/codex/stores/blockstoremanager.nim +++ b/codex/stores/blockstoremanager.nim @@ -14,7 +14,6 @@ import pkg/datastore import pkg/confutils import pkg/confutils/defs - import ../namespaces import ../consts import ./blockstore diff --git a/tests/codex/helpers.nim b/tests/codex/helpers.nim index 093933b7..a7640b92 100644 --- a/tests/codex/helpers.nim +++ b/tests/codex/helpers.nim @@ -13,8 +13,9 @@ import ./helpers/nodeutils import ./helpers/randomchunker import ./helpers/mockdiscovery import ./helpers/eventually +import ./helpers/mockblockstore -export randomchunker, nodeutils, mockdiscovery, eventually +export randomchunker, nodeutils, mockdiscovery, eventually, mockblockstore # NOTE: The meaning of equality for blocks # is changed here, because blocks are now `ref` diff --git a/tests/codex/stores/testcachestore.nim b/tests/codex/stores/testcachestore.nim index 20fb5e41..3c780ab1 100644 --- a/tests/codex/stores/testcachestore.nim +++ b/tests/codex/stores/testcachestore.nim @@ -9,7 +9,6 @@ import pkg/codex/chunker import ./commonstoretests import ../helpers -import ../helpers/mockblockstore suite "Cache Store": var