Skip to content

Commit ae0803b

Browse files
committed
test: exclusive project names
1 parent 57d5d4b commit ae0803b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

test/nut/async-create-resume.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('env:create:scratch async/resume', () => {
3939

4040
before(async () => {
4141
session = await TestSession.create({
42-
project: { name: 'testProject' },
42+
project: {},
4343
devhubAuthStrategy: 'AUTO',
4444
});
4545
cacheFilePath = path.join(session.dir, '.sf', ScratchOrgCache.getFileName());

test/nut/scratchCreate.nut.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('env create scratch NUTs', () => {
2929

3030
before(async () => {
3131
session = await TestSession.create({
32-
project: { name: 'testProject' },
32+
project: {},
3333
devhubAuthStrategy: 'AUTO',
3434
});
3535
});

test/nut/scratchDelete.nut.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ describe('env:delete:scratch NUTs', () => {
1818

1919
before(async () => {
2020
session = await TestSession.create({
21-
project: {
22-
name: 'testProject',
23-
},
21+
project: {},
2422
devhubAuthStrategy: 'AUTO',
2523
scratchOrgs: [
2624
{

0 commit comments

Comments
 (0)