Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsmedley committed Feb 3, 2025
1 parent 612c768 commit 9846872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bucketManager.spec.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test("list bucket cid", async () => {
listedBucket = bucketsList.find((element) => {
return element.Name === bucketNameToGenerate;
}),
listedBucketCid = listedBucket.CID()
listedBucketCid = await listedBucket.CID()

// Assert listed CID
assert.equal(listedBucketCid, "bafybeiczsscdsbs7ffqz55asqdf3smv6klcw3gofszvwlyarci47bgf354");
Expand Down

0 comments on commit 9846872

Please sign in to comment.