mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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
|
error.should.exist
|
||||||
done()
|
done()
|
||||||
|
|
||||||
describe "getUserFullEmails", -
|
describe "getUserFullEmails", ->
|
||||||
beforeEach ->
|
beforeEach ->
|
||||||
@request.callsArgWith(1, null, { statusCode: 200 }, [])
|
@request.callsArgWith(1, null, { statusCode: 200 }, [])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue