Skip to content

Commit 89bf28e

Browse files
committed
fix tests
1 parent ae51f88 commit 89bf28e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/directives/modals/chooseOrganizationModal/chooseOrganizationModalController.unit.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ describe('ChooseOrganizationModalController', function () {
130130
eventTrackingStub = {
131131
updateCurrentPersonProfile: sinon.stub(),
132132
spunUpInfrastructure: sinon.stub(),
133-
spunUpInfrastructureForOrg: sinon.stub()
133+
spunUpInfrastructureForOrg: sinon.stub(),
134+
openedSecondAuthPrimer: sinon.stub()
134135
};
135136
return eventTrackingStub;
136137
});

0 commit comments

Comments
 (0)