Skip to content

Commit

Permalink
all tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv Soni authored and jchris committed Jun 5, 2024
1 parent a56196a commit 8e520fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/encrypted-blockstore/test/loader.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ describe('basic Loader with two commits', function () {

const e = await loader.loadCar(carCid).catch(e => e)
assert(e)
console.log(e);
matches(e.message, 'missing car file')
}, { timeout: 10000 })
})
Expand Down Expand Up @@ -206,7 +205,7 @@ describe('basic Loader with index commits', function () {
})

it('should commit the index metadata', async function () {
const { car: carCid } = await ib.transaction(async t => {
const { cars: carCid } = await ib.transaction(async t => {
await t.put(block.cid, block.bytes)
return indexerResult
}, indexMap)
Expand Down

0 comments on commit 8e520fe

Please sign in to comment.