From 9def9e77f5c55cf76f3b2760009dab2ea7ace33c Mon Sep 17 00:00:00 2001 From: Eddy Verbruggen Date: Wed, 16 Jul 2014 17:11:18 +0200 Subject: [PATCH] Creating a failing test --- test/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {