Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Nov 18, 2024
1 parent de27be6 commit 7d34323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion billing/test/lib/ucan-stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export const test = {

const deltas = findSpaceUsageDeltas(receipts)
const storeDeltasRes = await storeSpaceUsageDeltas(deltas, ctx)
assert.equal(storeDeltasRes.error?.name, 'InsufficientRecords')
assert.equal(storeDeltasRes.ok, 'no space diffs to store')

const res = await ctx.spaceDiffStore.list({
provider: consumer.provider,
Expand Down

0 comments on commit 7d34323

Please sign in to comment.