mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-23 15:53:12 +00:00
Fixes test. Implementation is now functional
This commit is contained in:
parent
26f238409c
commit
0b54ef7777
@ -169,8 +169,11 @@ asyncchecksuite "Test proof datasampler - components":
|
||||
|
||||
asyncchecksuite "Test proof datasampler - main":
|
||||
let
|
||||
numberOfSlotBlocks = 4 # 16
|
||||
totalNumberOfSlots = 2 #4
|
||||
# The number of slot blocks and number of slots, combined with
|
||||
# the bytes per block, make it so that there are exactly 256 cells
|
||||
# in the dataset.
|
||||
numberOfSlotBlocks = 4
|
||||
totalNumberOfSlots = 2
|
||||
datasetSlotIndex = 1
|
||||
localStore = CacheStore.new()
|
||||
|
||||
|
||||
@ -19,5 +19,5 @@ proc getExpectedBlockToCellProofs*(): seq[string] =
|
||||
|
||||
proc getExpectedSampleData*(): string =
|
||||
"B2".repeat(CellSize) &
|
||||
"59".repeat(CellSize) &
|
||||
"95".repeat(CellSize) &
|
||||
"EE".repeat(CellSize)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user