From 2e1bbef32afe618456c8b09bd9b425dc1c2ead22 Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Thu, 23 Oct 2014 19:43:20 -0700 Subject: [PATCH] Fix "add cordova plugins" test --- tools/tests/cordova-plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");