Skip to content

Commit

Permalink
fix(integration-test): dd --dapp-template parameter to myMain command
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Jan 26, 2024
1 parent cf37902 commit 2b3fb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agoric-cli/tools/getting-started.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const gettingStartedWorkflowTest = async (t, options = {}) => {
initOptions.push(...opts);
}
t.is(
await myMain(['init', ...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 2b3fb9a

Please sign in to comment.