diff --git a/tools/tests/cordova-plugins.js b/tools/tests/cordova-plugins.js index e5c48c6545..f0dc218de7 100644 --- a/tools/tests/cordova-plugins.js +++ b/tools/tests/cordova-plugins.js @@ -146,7 +146,7 @@ selftest.define("add cordova plugins", ["slow"], function () { run.match("removed"); run = s.run("run", "android"); - run.matchErr("not added to the project"); + run.matchErr("Please add the Android platform to your project first"); run.match("meteor add-platform "); run = s.run("add-platform", "android");