Skip to content

Commit 465fe2f

Browse files
committed
test: one more uxStub
1 parent 00cd307 commit 465fe2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/force/org/clone.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ describe('org:clone', () => {
190190
expect($$.stubs.configWrite.callCount).to.equal(1);
191191
expect(uxStyledHeaderStub.callCount).to.equal(1);
192192
expect(uxTableStub.firstCall.args[0].length).to.be.equal(12);
193-
expect(uxLogStub.callCount).to.be.equal(4);
193+
expect(uxLogStub.callCount).to.be.equal(3);
194194

195195
// expect($$.configAggregator?.getGlobalConfig()?.get(OrgConfigProperties.TARGET_ORG)).to.equal(authUserName);
196196
// expect(configSetStub.callCount).to.be.equal(1);

0 commit comments

Comments
 (0)