Skip to content

Commit

Permalink
fix(liquidationVisibility): lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Lopes committed Feb 26, 2024
1 parent 1e153cf commit 028b083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { test as anyTest } from '@agoric/zoe/tools/prepare-test-env-ava.js';
import {
checkVMChildNodes,
makeTestContext,
startAuction,
} from './liquidation-test-utils.js';

/**
Expand Down Expand Up @@ -107,4 +106,3 @@ test.serial('visibility-after-upgrade', async t => {
t.log('Data', storage.data.keys());
t.pass();
});

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @file Bootstrap test vaults liquidation visibility
*/
import { test as anyTest } from '@agoric/zoe/tools/prepare-test-env-ava.js';
import { makeLiquidationTestContext, scale6 } from '../liquidation.js';
import { makeLiquidationTestContext } from '../liquidation.js';
import { checkVisibility, startAuction } from './liquidation-test-utils.js';

/**
Expand Down Expand Up @@ -34,7 +34,6 @@ test.serial('visibility-before-upgrade', async t => {
test.serial('restart-vault-factory', async t => {
const {
runUtils: { EV },
readLatest,
} = t.context;
const vaultFactoryKit = await EV.vat('bootstrap').consumeItem(
'vaultFactoryKit',
Expand Down

0 comments on commit 028b083

Please sign in to comment.