| Index: test/command_test.dart
|
| diff --git a/test/command_test.dart b/test/command_test.dart
|
| index 127cfc916c5a41ceb68df7c771819d45af55ca68..cd32c63dabb408cb950769b44ed6fed0efff20e4 100644
|
| --- a/test/command_test.dart
|
| +++ b/test/command_test.dart
|
| @@ -90,7 +90,8 @@ Run "test help" to see global options."""));
|
| });
|
|
|
| test("usageException splits up the message and usage", () {
|
| - expect(() => foo.usageException("message"), throwsUsageError("message", """
|
| + expect(() => foo.usageException("message"),
|
| + throwsUsageException("message", """
|
| Usage: test foo [arguments]
|
| -h, --help Print this usage information.
|
|
|
|
|