formatting

This commit is contained in:
E M 2026-03-02 19:48:52 +11:00
parent e8ee59ee00
commit 808f9c7bd0
No known key found for this signature in database

View File

@ -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()