run blockset tests along with with the rest

This commit is contained in:
Dmitriy Ryajov 2021-08-27 16:06:31 -06:00
parent 9ffd64ebed
commit 2c919c40e8
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
2 changed files with 2 additions and 1 deletions

View File

@ -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 = @[

View File

@ -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.}