mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-03 20:15:38 +00:00
Add missing greater-than character in tests
This commit is contained in:
parent
9f5e976539
commit
8c70ba88b7
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