| Index: pkg/analysis_server/test/operation/operation_test.dart
|
| diff --git a/pkg/analysis_server/test/operation/operation_test.dart b/pkg/analysis_server/test/operation/operation_test.dart
|
| index 4797ded2ae27b6d06f2d552fa91b5bfdd2b0ef41..f9639fe98aef72873d71dd99351152660af79424 100644
|
| --- a/pkg/analysis_server/test/operation/operation_test.dart
|
| +++ b/pkg/analysis_server/test/operation/operation_test.dart
|
| @@ -12,7 +12,7 @@ main() {
|
|
|
| group('ServerOperationPriority', () {
|
| test('toString', () {
|
| - expect(ServerOperationPriority.SEARCH.toString(), 'SEARCH');
|
| + expect(ServerOperationPriority.ANALYSIS.toString(), 'ANALYSIS');
|
| });
|
| });
|
| }
|
|
|