Skip to content

Commit

Permalink
chore: update comment & lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Oct 8, 2024
1 parent f5558ed commit bf1bd0c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions packages/boot/test/bootstrapTests/updateGovernedParams.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file The goal of this test is to see that the
* upgrade scripts re-wire all the contracts so new auctions and
* price feeds are connected to vaults correctly.
* @file The goal of this test is to ensure that governance can update params
* after an upgrade. There was a point when the contractGovernor kept trying to
* use the old paramManager which was ephemeral and no longer useable.
*
* 1. enter a bid
* 2. force prices to drop so a vault liquidates
Expand All @@ -21,7 +21,7 @@ import {
import {
updateVaultDirectorParams,
updateVaultManagerParams,
} from '../tools/changeVaultParams';
} from '../tools/changeVaultParams.js';

const makeDefaultTestContext = async t => {
console.time('DefaultTestContext');
Expand Down Expand Up @@ -76,10 +76,6 @@ test.after.always(t => {
return t.context.shutdown && t.context.shutdown();
});

const outcome = {
bids: [{ payouts: { Bid: 0, Collateral: 1.800828 } }],
};

test('modify manager & director params; update vats, check', async t => {
const { agoricNamesRemotes, evalProposal, buildProposal, gd } = t.context;

Expand Down

0 comments on commit bf1bd0c

Please sign in to comment.