Skip to content

Commit c996d3c

Browse files
committed
test: ensure exit code 0
1 parent 620ce82 commit c996d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nut/scratchCreate.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('env create scratch NUTs', () => {
8484
const username = execCmd<ScratchCreateResponse>(
8585
'org create scratch -d -f config/project-scratch-def-1.json -a dreamhouse --duration-days 1',
8686
{
87-
ensureExitCode: 1,
87+
ensureExitCode: 0,
8888
}
8989
).jsonOutput?.result.username;
9090

0 commit comments

Comments
 (0)