mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update unit tests.
This commit is contained in:
parent
90b353298d
commit
76fcee721e
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ describe "UserController", ->
|
|||
@req.body =
|
||||
overallTheme: "green-ish"
|
||||
@res.sendStatus = (code)=>
|
||||
@user.overallTheme.should.equal "green-ish"
|
||||
@user.ace.overallTheme.should.equal "green-ish"
|
||||
done()
|
||||
@UserController.updateUserSettings @req, @res
|
||||
|
||||
|
|
Loading…
Reference in a new issue