Skip to content

Commit

Permalink
fixup! test(boot): core-eval to change fastUsdc.feedPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 3, 2024
1 parent 3cfbcc4 commit 2f1b540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/boot/test/fast-usdc/fast-usdc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ test.serial('core-eval to change feedPolicy', async t => {
},
});
const materials = buildProposal(
'@agoric/builders/scripts/fast-usdc/init-fast-usdc.js',
['--update', '--feedPolicy', JSON.stringify(arbitrum3)],
'@agoric/builders/scripts/fast-usdc/fast-usdc-update.build.js',
['--feedPolicy', JSON.stringify(arbitrum3)],
);
await evalProposal(materials);

Expand Down

0 comments on commit 2f1b540

Please sign in to comment.