mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 12:31:41 +00:00
Fix tests
This commit is contained in:
parent
ce039f8cd3
commit
276241495b
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue