mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update unit tests.
This commit is contained in:
parent
840d52ef1a
commit
c5e793125e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ describe "UserCreator", ->
|
|||
|
||||
beforeEach ->
|
||||
self = @
|
||||
@user = {_id:"12390i"}
|
||||
@user = {_id:"12390i", ace: {}}
|
||||
@user.save = sinon.stub().callsArgWith(0)
|
||||
@UserModel = class Project
|
||||
constructor: ->
|
||||
|
|
Loading…
Reference in a new issue