Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master c7e04e709 -> 07bff7cea


CB-11864 Fixed tests for the new Jasmine version


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/07bff7ce
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/07bff7ce
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/07bff7ce

Branch: refs/heads/master
Commit: 07bff7cea2af5c4aa4d1747d7c12d858feb40648
Parents: c7e04e7
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Authored: Fri Sep 16 16:53:58 2016 +0300
Committer: Alexander Sorokin <alexander.soro...@akvelon.com>
Committed: Fri Sep 16 16:53:58 2016 +0300

----------------------------------------------------------------------
 tests/tests.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/07bff7ce/tests/tests.js
----------------------------------------------------------------------
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 @@ exports.defineAutoTests = function() {
             }, HIGH_TIMEOUT);
         });
 
-        describe('Contact.remove method', function(done) {
+        describe('Contact.remove method', function() {
             afterEach(function (done) {
                 removeContact(done, this.contactObj);
             });


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to