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…
Reference in New Issue