CB-11864 Fixed tests for the new Jasmine version
diff --git a/tests/tests.js b/tests/tests.js
index 24da0eb..14621a7 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -511,7 +511,7 @@
             }, HIGH_TIMEOUT);
         });
 
-        describe('Contact.remove method', function(done) {
+        describe('Contact.remove method', function() {
             afterEach(function (done) {
                 removeContact(done, this.contactObj);
             });