Skip to content

Commit 2295a06

Browse files
committed
fix: nut quote missing
1 parent 54d22b3 commit 2295a06

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/nut/listAndDisplay.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ describe('Org Command NUT', () => {
198198
});
199199
it('should produce the URL with given path for an org in json', () => {
200200
const result = execCmd<OrgOpenOutput>(
201-
`force:org:open -o ${aliasedUsername} --urlonly --path foo/bar/baz' --json`,
201+
`force:org:open -o ${aliasedUsername} --urlonly --path 'foo/bar/baz' --json`,
202202
{
203203
ensureExitCode: 0,
204204
}

test/nut/open.nut.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ describe('test org:open command', () => {
3434
alias: 'default',
3535
duration: 1,
3636
setDefault: true,
37-
wait: 10,
3837
config: path.join('config', 'project-scratch-def.json'),
3938
},
4039
],

0 commit comments

Comments
 (0)