fixed missing done() in acceptance tests

This commit is contained in:
mserranom 2020-03-23 14:55:35 +01:00
parent 400ddf36ed
commit 3df58861e8

View file

@ -95,7 +95,7 @@ describe('Getting Contacts', function() {
) )
}) })
return it('should respect a limit and only return top X contacts', function() { return it('should respect a limit and only return top X contacts', function(done) {
return request( return request(
{ {
method: 'GET', method: 'GET',