Skip to content

Commit

Permalink
fixup! test: added more tests for each individual contract
Browse files Browse the repository at this point in the history
chore: fixed test name
  • Loading branch information
frazarshad committed Oct 10, 2024
1 parent f326c76 commit 6a3afcb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import {
unmarshalFromVstorage,
} from '@agoric/vats/tools/board-utils.js';
import { makeMarshal, passStyleOf } from '@endo/marshal';
import { NonNullish } from '@agoric/internal';

import { makeSwingsetTestKit } from '../../tools/supports.js';
import {
makeGovernanceDriver,
makeWalletFactoryDriver,
} from '../../tools/drivers.js';
import { makeLiquidationTestKit } from '../../tools/liquidation.js';
import { NonNullish } from '@agoric/internal';

const wallets = [
'agoric1gx9uu7y6c90rqruhesae2t7c2vlw4uyyxlqxrx',
Expand Down Expand Up @@ -716,7 +716,7 @@ test.serial('EC can govern psm parameter', async t => {
}
});

test.serial('EC can govern price feed parameter', async t => {
test.serial('EC can make calls to price feed governed APIs', async t => {
const { storage, advanceTimeBy, governanceDriver } = t.context;
const newCommittee = governanceDriver.ecMembers.slice(0, 3);

Expand Down

0 comments on commit 6a3afcb

Please sign in to comment.