From 7633de6efd63e04d9f760847aebf26cd3b2ff3e5 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Thu, 18 Dec 2014 16:11:23 -0800 Subject: [PATCH] fix another word-wrap self-test --- tools/tests/package-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/package-tests.js b/tools/tests/package-tests.js index 271e4ebca6..6d18bd7347 100644 --- a/tools/tests/package-tests.js +++ b/tools/tests/package-tests.js @@ -828,7 +828,7 @@ selftest.define("packages with organizations", // Removing 'orgName' as a maintainer should fail. run = s.run("admin", "maintainers", fullPackageName, "--remove", orgName); run.waitSecs(15); - run.matchErr("remove the maintainer in the package prefix"); + run.matchErr("remove the maintainer in the package"); run.expectExit(1); // Publish a package with 'test' as the prefix.