Add missing greater-than character in tests

This commit is contained in:
Tim Alby 2018-06-28 10:15:55 +02:00
parent 9f5e976539
commit 8c70ba88b7

View file

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