| Index: tests/standalone/vmservice/unknown_command_test.dart
|
| diff --git a/tests/standalone/vmservice/unknown_command_test.dart b/tests/standalone/vmservice/unknown_command_test.dart
|
| index 2ab54f8074cd00b92a806b0b24179a8cfa0e25f6..1c503a6779130539ea0985b529e0a7515d796982 100644
|
| --- a/tests/standalone/vmservice/unknown_command_test.dart
|
| +++ b/tests/standalone/vmservice/unknown_command_test.dart
|
| @@ -11,7 +11,7 @@ class UnknownCommandTest extends VmServiceRequestHelper {
|
| UnknownCommandTest(port) : super('http://127.0.0.1:$port/badcommand');
|
|
|
| onRequestCompleted(Map reply) {
|
| - Expect.equals('error', reply['type']);
|
| + Expect.equals('Error', reply['type']);
|
| }
|
| }
|
|
|
|
|