From 276241495b9a66311f7d535388991e942e295c1b Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 11 Aug 2016 14:23:25 +0100 Subject: [PATCH] Fix tests --- .../coffee/Collaborators/CollaboratorsHandlerTests.coffee | 5 ----- 1 file changed, 5 deletions(-) diff --git a/services/web/test/UnitTests/coffee/Collaborators/CollaboratorsHandlerTests.coffee b/services/web/test/UnitTests/coffee/Collaborators/CollaboratorsHandlerTests.coffee index 15c9d7a303..ff6ca6de67 100644 --- a/services/web/test/UnitTests/coffee/Collaborators/CollaboratorsHandlerTests.coffee +++ b/services/web/test/UnitTests/coffee/Collaborators/CollaboratorsHandlerTests.coffee @@ -200,11 +200,6 @@ describe "CollaboratorsHandler", -> .calledWith(@project_id) .should.equal true - it "should send an email to the shared-with user", -> - @CollaboratorsEmailHandler.notifyUserOfProjectShare - .calledWith(@project_id, @email) - .should.equal true - it "should add the user as a contact for the adding user", -> @ContactManager.addContact .calledWith(@adding_user_id, @user_id)