Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Apr 2, 2024
1 parent d19c333 commit 3c3f009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/voyager-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ describe('voyager-api client', () => {
assert.strictEqual(retrievalTasks.length, 1000)
assert.deepStrictEqual(retrievalTasks.slice(0, 2), [
{
cid: '/ipfs/QmPVCuANEXcuaPeL4BRmEtW6ER4Y9pDgq9h6p4mVMTPkjb?format=car,3131'
cid: '/ipfs/QmRYoNskukBNN6LsR92cV4LazUJwwCkqs7tDJAKHfyFtCA/2699,1577'
},
{
cid: '/ipfs/QmRYoNskukBNN6LsR92cV4LazUJwwCkqs7tDJAKHfyFtCA/841,1573'
cid: '/ipfs/QmeFKv51P8sTCXa2wChuWTdnxnB8Z1UEUnkhyG4CGRih6V/1972,1260'
}
])
})
Expand Down

0 comments on commit 3c3f009

Please sign in to comment.