We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34b39bd + 2173e90 commit 735dc80Copy full SHA for 735dc80
test/nut/commands/force/org/beta/create.nut.ts
@@ -21,7 +21,7 @@ describe('org:create command', () => {
21
});
22
23
describe('create with username', () => {
24
- const username = `${genUniqueString('orgcreatetests_')}@int-tests.org`;
+ const username = `${genUniqueString('orgCreateTests_')}@int-tests.org`;
25
26
it('should create a new scratch org via definitionfile param', () => {
27
const result = execCmd<ScratchOrgCreateResult>(
0 commit comments