| Index: test/lish/package_validation_has_an_error_test.dart
|
| diff --git a/test/lish/package_validation_has_an_error_test.dart b/test/lish/package_validation_has_an_error_test.dart
|
| index 762696d93339ee2943045664f1ba1c6e7346b2ca..868b6e4c5863c012f9887374b49ab81d2851111f 100644
|
| --- a/test/lish/package_validation_has_an_error_test.dart
|
| +++ b/test/lish/package_validation_has_an_error_test.dart
|
| @@ -22,7 +22,7 @@ main() {
|
| var server = new ScheduledServer();
|
| var pub = startPublish(server);
|
|
|
| - pub.shouldExit(exit_codes.SUCCESS);
|
| + pub.shouldExit(exit_codes.DATA);
|
| pub.stderr.expect(consumeThrough("Sorry, your package is missing a "
|
| "requirement and can't be published yet."));
|
| });
|
|
|