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.
1 parent 00cd307 commit 465fe2fCopy full SHA for 465fe2f
test/unit/force/org/clone.test.ts
@@ -190,7 +190,7 @@ describe('org:clone', () => {
190
expect($$.stubs.configWrite.callCount).to.equal(1);
191
expect(uxStyledHeaderStub.callCount).to.equal(1);
192
expect(uxTableStub.firstCall.args[0].length).to.be.equal(12);
193
- expect(uxLogStub.callCount).to.be.equal(4);
+ expect(uxLogStub.callCount).to.be.equal(3);
194
195
// expect($$.configAggregator?.getGlobalConfig()?.get(OrgConfigProperties.TARGET_ORG)).to.equal(authUserName);
196
// expect(configSetStub.callCount).to.be.equal(1);
0 commit comments