mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-05-04 02:23:13 +00:00
run blockset tests along with with the rest
This commit is contained in:
parent
9ffd64ebed
commit
2c919c40e8
@ -14,7 +14,7 @@ import pkg/dagger/blockset
|
||||
|
||||
import ./helpers
|
||||
|
||||
suite "Data set":
|
||||
suite "BlockSet":
|
||||
test "Should produce valid tree hash checksum":
|
||||
let
|
||||
blocks = @[
|
||||
|
||||
@ -7,5 +7,6 @@ import ./dagger/bitswap/engine/testpayments as testenginepayments
|
||||
import ./dagger/testasyncheapqueue
|
||||
import ./dagger/testblockstore
|
||||
import ./dagger/testchunking
|
||||
import ./dagger/testblockset
|
||||
|
||||
{.warning[UnusedImport]: off.}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user