diff --git a/services/contacts/test/acceptance/js/GettingContactsTests.js b/services/contacts/test/acceptance/js/GettingContactsTests.js index da1b90940b..f355ee11b7 100644 --- a/services/contacts/test/acceptance/js/GettingContactsTests.js +++ b/services/contacts/test/acceptance/js/GettingContactsTests.js @@ -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( { method: 'GET',