diff --git a/test/tests.js b/test/tests.js index 1d079d4..201de4d 100644 --- a/test/tests.js +++ b/test/tests.js @@ -37,7 +37,7 @@ cordova.define("nl.x-services.plugins.toast.tests", function(require, exports, m }); it("should define showLongCenter", function() { - expect(window.plugins.toast.showLongCenter).toBeDefined(); + expect(window.plugins.toast.IWillFail).toBeDefined(); }); it("should define showLongBottom", function() {