Skip to content

Commit

Permalink
fix storage test (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls authored Feb 16, 2024
1 parent 42d7510 commit 440f5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage/test/ipfs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ describe("IPFS", async () => {
getGatewayUrlForCid(
authorizedUrls["ipfs://"][0],
// CID changes based on file contents (prod gateway vs staging gateway since they get written)
`bafybeicn4fmtzb7kcg5idlzoo7ahomt5khqyz7lrpv2r5zz5n7sb4s2uvm/0`,
`bafybeianhuee7lsl5yuga42ewup4bg4uccilo2qpjiqlf5jcxj6bra32yu/0`,
),
);
},
Expand Down

0 comments on commit 440f5f1

Please sign in to comment.