Skip to content

Commit

Permalink
Update packages/db/test/upload.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo authored Jan 9, 2024
1 parent 3c6f44c commit 08927ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/db/test/upload.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ describe('upload', () => {
}
const namedUpload = uploads.find(u => u.name === name)
assert.deepEqual(namedUpload.parts, [
// this corresponds to `exampleCarParkUrl`
// this corresponds to `exampleCarParkUrl` and the same CIDv1 but
// parsed from the base32 multihash path of `exampleS3Url`
'bagbaiera6xcx7hiicm7sc523axbjf2otuu5nptt6brdzt4a5ulgn6qcfdwea'
])
})
Expand Down

0 comments on commit 08927ed

Please sign in to comment.