Skip to content

Commit

Permalink
fix(LiquidationVisibility): #21 #22 fix rebase changes, add utils pag…
Browse files Browse the repository at this point in the history
…e for readability (WiP)

fix(liquidationVisibility): fix unit tests after rebase updates
  • Loading branch information
Jorge-Lopes authored and anilhelvaci committed Jun 17, 2024
1 parent 111f317 commit 09e1dfc
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1438,7 +1438,12 @@ test('liq-rejected-timestampStorageNode', async t => {
aethTestPriceAuthority.setPrice(makeRatio(40n, run.brand, 10n, aeth.brand));
await eventLoopIteration();

const { startTime } = await startAuctionClock(auctioneerKit, manualTimer);
await assertVaultState(t, vaultNotifier, 'active');

const { startTime } = await startAuctionClock(
auctioneerKit,
manualTimer,
);

// Check that no child node with auction start time's name created after the liquidation
const vstorageDuringLiquidation = await getDataFromVstorage(
Expand Down
Loading

0 comments on commit 09e1dfc

Please sign in to comment.