mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix another word-wrap self-test
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user