mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-03-04 11:23:10 +00:00
formatting
This commit is contained in:
parent
e8ee59ee00
commit
808f9c7bd0
@ -440,8 +440,9 @@ asyncchecksuite "RepoStore":
|
||||
repo = RepoStore.new(repoDs, metaDs, clock = mockClock, quotaMaxBytes =
|
||||
1000'nb)
|
||||
(_, tree, manifest) = makeDataset(
|
||||
await makeRandomBlocks(datasetSize = 2 * 256, blockSize = 256'nb)
|
||||
).tryGet()
|
||||
await makeRandomBlocks(datasetSize = 2 * 256, blockSize = 256'nb)
|
||||
)
|
||||
.tryGet()
|
||||
treeCid = tree.rootCid.tryGet()
|
||||
proof = tree.getProof(1).tryGet()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user