Skip to content

Commit 735dc80

Browse files
authored
Merge pull request #378 from salesforcecli/sm/nut-for-mixed-case-usernames
test: intentionally failing nut
2 parents 34b39bd + 2173e90 commit 735dc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nut/commands/force/org/beta/create.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('org:create command', () => {
2121
});
2222

2323
describe('create with username', () => {
24-
const username = `${genUniqueString('orgcreatetests_')}@int-tests.org`;
24+
const username = `${genUniqueString('orgCreateTests_')}@int-tests.org`;
2525

2626
it('should create a new scratch org via definitionfile param', () => {
2727
const result = execCmd<ScratchOrgCreateResult>(

0 commit comments

Comments
 (0)