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
|
import ./helpers
|
||||||
|
|
||||||
suite "Data set":
|
suite "BlockSet":
|
||||||
test "Should produce valid tree hash checksum":
|
test "Should produce valid tree hash checksum":
|
||||||
let
|
let
|
||||||
blocks = @[
|
blocks = @[
|
||||||
|
|
|
@ -7,5 +7,6 @@ import ./dagger/bitswap/engine/testpayments as testenginepayments
|
||||||
import ./dagger/testasyncheapqueue
|
import ./dagger/testasyncheapqueue
|
||||||
import ./dagger/testblockstore
|
import ./dagger/testblockstore
|
||||||
import ./dagger/testchunking
|
import ./dagger/testchunking
|
||||||
|
import ./dagger/testblockset
|
||||||
|
|
||||||
{.warning[UnusedImport]: off.}
|
{.warning[UnusedImport]: off.}
|
||||||
|
|
Loading…
Reference in New Issue