mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-25 00:21:30 +00:00
fix failing unit test
This commit is contained in:
parent
5cbf600f05
commit
0d334a560e
1 changed files with 0 additions and 1 deletions
|
@ -288,7 +288,6 @@ describe "ProjectController", ->
|
|||
it "should add on userSettingsObject", (done)->
|
||||
@res.render = (pageName, opts)=>
|
||||
userSettingsObject = JSON.parse(opts.userSettingsObject)
|
||||
userSettingsObject.project_id.should.equal @project._id
|
||||
userSettingsObject.fontSize.should.equal @user.ace.fontSize
|
||||
userSettingsObject.theme.should.equal @user.ace.theme
|
||||
done()
|
||||
|
|
Loading…
Reference in a new issue