| Index: test/lish/force_does_not_publish_if_there_are_errors_test.dart
|
| diff --git a/test/lish/force_does_not_publish_if_there_are_errors_test.dart b/test/lish/force_does_not_publish_if_there_are_errors_test.dart
|
| index 4d408ea89139bf29a898f53db4ae465d8e80a5d3..f920317991602a9bf6ce9f7d499c39e1b1d6269c 100644
|
| --- a/test/lish/force_does_not_publish_if_there_are_errors_test.dart
|
| +++ b/test/lish/force_does_not_publish_if_there_are_errors_test.dart
|
| @@ -22,7 +22,7 @@ main() {
|
| var server = new ScheduledServer();
|
| var pub = startPublish(server, args: ['--force']);
|
|
|
| - 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."));
|
| });
|
|
|