Skip to content

Commit

Permalink
fix: should be just 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jun 13, 2024
1 parent 637bf17 commit d90eccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/test/nfts-list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ test.serial(
const { ok, value } = await res.json()

t.true(ok)
t.is(value.length, 2)
t.is(value.length, 1)
t.is(value[0].cid, cidv0)
t.truthy(Array.isArray(value[0].parts), 'upload.parts is an array')
t.deepEqual(value[0].parts, [
Expand Down

0 comments on commit d90eccb

Please sign in to comment.