Skip to content

Commit

Permalink
fixup! fix(integration-test): add --dapp-template parameter to myMain…
Browse files Browse the repository at this point in the history
… command
  • Loading branch information
LuqiPan committed Jan 26, 2024
1 parent 35acc3d commit 9196b92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/agoric-cli/tools/getting-started.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,13 @@ export const gettingStartedWorkflowTest = async (t, options = {}) => {
initOptions.push(...opts);
}
t.is(
await myMain(['init', '--dapp-template', 'dapp-fungible-faucet', ...initOptions, 'dapp-foo']),
await myMain([
'init',
'--dapp-template',
'dapp-fungible-faucet',
...initOptions,
'dapp-foo',
]),
0,
'init dapp-foo works',
);
Expand Down

0 comments on commit 9196b92

Please sign in to comment.