mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-22 10:49:09 +00:00
Review comments by me
This commit is contained in:
parent
63d7647635
commit
c78644584b
@ -14,7 +14,6 @@ import pkg/datastore
|
||||
import pkg/confutils
|
||||
import pkg/confutils/defs
|
||||
|
||||
|
||||
import ../namespaces
|
||||
import ../consts
|
||||
import ./blockstore
|
||||
|
@ -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`
|
||||
|
@ -9,7 +9,6 @@ import pkg/codex/chunker
|
||||
|
||||
import ./commonstoretests
|
||||
import ../helpers
|
||||
import ../helpers/mockblockstore
|
||||
|
||||
suite "Cache Store":
|
||||
var
|
||||
|
Loading…
x
Reference in New Issue
Block a user