1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-22 11:57:00 +00:00

Merge pull request from sharelatex/ta-fix-nested-tests

Add Missing Greater-Than Character in Tests
This commit is contained in:
Timothée Alby 2018-06-28 13:44:28 +02:00 committed by GitHub
commit 1851f9bafb

View file

@ -45,7 +45,7 @@ describe "UserGetter", ->
error.should.exist
done()
describe "getUserFullEmails", -
describe "getUserFullEmails", ->
beforeEach ->
@request.callsArgWith(1, null, { statusCode: 200 }, [])