Skip to content

Commit afd312d

Browse files
committed
test: remove deprecated prop
1 parent f0bd8d7 commit afd312d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/shared/orgListUtil.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ describe('orgListUtil tests', () => {
176176
expect(retrieveScratchOrgInfoFromDevHubStub.calledOnce).to.be.true;
177177
expect(spies.get('reduceScratchOrgInfo').calledOnce).to.be.true;
178178
expect(orgGroups.scratchOrgs[0].signupUsername).to.equal(orgAuthConfigFields.username);
179-
// current default on every scratch org, warning in v51, deprecation in v52
180-
expect(orgGroups.scratchOrgs[0].connectedStatus).to.equal('Unknown');
181179
expect(orgGroups.scratchOrgs[0]).to.include.keys([
182180
'signupUsername',
183181
'createdBy',

0 commit comments

Comments
 (0)