Skip to content

Commit

Permalink
chore: update comment on object comparison breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Oct 5, 2023
1 parent 65f2589 commit 2ea7c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/boot/test/bootstrapTests/test-addAssets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ test('addAsset to active auction', async t => {
t.log('proposal executed');

const schedulesAfter = await EV(auctioneerKit.creatorFacet).getSchedule();
// TimeMath.compareAbs() complains that the brands don't match
// TimeMath.compareAbs() can't handle brands processed by kmarshall
t.truthy(
schedules.nextAuctionSchedule.endTime.absValue <
schedulesAfter.nextAuctionSchedule.endTime.absValue,
Expand Down

0 comments on commit 2ea7c35

Please sign in to comment.