mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-31 23:25:11 +00:00
re-enable samper tests
This commit is contained in:
parent
393c2aaa8a
commit
0d0fe0cc7a
@ -26,7 +26,8 @@ import ./helpers
|
||||
import ../helpers
|
||||
import ./backends/helpers
|
||||
|
||||
const
|
||||
suite "Test Prover":
|
||||
let
|
||||
slotId = 1
|
||||
samples = 5
|
||||
blockSize = DefaultBlockSize
|
||||
@ -35,7 +36,6 @@ const
|
||||
ecM = 2
|
||||
numDatasetBlocks = 8
|
||||
|
||||
suite "Test Prover":
|
||||
var
|
||||
datasetBlocks: seq[bt.Block]
|
||||
store: BlockStore
|
||||
|
Loading…
x
Reference in New Issue
Block a user