mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #709 from sharelatex/ta-fix-nested-tests
Add Missing Greater-Than Character in Tests
This commit is contained in:
commit
1851f9bafb
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ describe "UserGetter", ->
|
|||
error.should.exist
|
||||
done()
|
||||
|
||||
describe "getUserFullEmails", -
|
||||
describe "getUserFullEmails", ->
|
||||
beforeEach ->
|
||||
@request.callsArgWith(1, null, { statusCode: 200 }, [])
|
||||
|
||||
|
|
Loading…
Reference in a new issue