Skip to content

Commit

Permalink
chore(liquidationVisibility): uncomment post auction assertion in `li…
Browse files Browse the repository at this point in the history
…q-result-scenario-1`
  • Loading branch information
anilhelvaci committed Jan 31, 2024
1 parent dd3fbdb commit 728d695
Showing 1 changed file with 6 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,23 +235,12 @@ test('liq-result-scenario-1', async t => {
],
});

// TODO: postAuction is not filled yet
// should be empty
// await assertStorageData({
// t,
// storageRoot: chainStorage,
// path: `vaultFactory.managers.manager0.liquidations.${time.absValue.toString()}.vaults.postAuction`,
// expected: [
// [
// "vault0",
// {
// collateralAmount: collateralAmount,
// debtAmount: debtDuringLiquidation,
// phase: Phase.LIQUIDATED,
// },
// ]
// ]
// });
await assertStorageData({
t,
storageRoot: chainStorage,
path: `vaultFactory.managers.manager0.liquidations.${time.absValue.toString()}.vaults.postAuction`,
expected: [],
});

// Check that {timestamp}.auctionResult values are correct after auction is completed
await assertStorageData({
Expand Down

0 comments on commit 728d695

Please sign in to comment.