Skip to content

Commit e0a31ea

Browse files
committed
test: remove uneeded test
1 parent 83ccd8d commit e0a31ea

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/commands/package/packageConvert.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ describe('package:convert', () => {
5252
$$.restore();
5353
});
5454

55-
it('should require an sfdx project', () => {
56-
expect(PackageConvert.requiresProject).to.be.true;
57-
});
58-
5955
it('returns error for missing installationkey or installationkeybypass flag', async () => {
6056
const expectedErrorMsg =
6157
'Exactly one of the following must be provided: --installation-key, --installation-key-bypass';

0 commit comments

Comments
 (0)