Fix "add cordova plugins" test

This commit is contained in:
Emily Stark
2014-10-23 19:43:20 -07:00
parent efea9a38b1
commit 2e1bbef32a

View File

@@ -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");