| Index: pkg/analysis_server/test/src/plugin/result_converter_test.dart
|
| diff --git a/pkg/analysis_server/test/src/plugin/result_converter_test.dart b/pkg/analysis_server/test/src/plugin/result_converter_test.dart
|
| index b94c9553e259cc0d50028b9df8fbc52d0dd62bdd..db9e5526b3b76869054266239c252a92c4f95666 100644
|
| --- a/pkg/analysis_server/test/src/plugin/result_converter_test.dart
|
| +++ b/pkg/analysis_server/test/src/plugin/result_converter_test.dart
|
| @@ -318,6 +318,8 @@ class ResultConverterTest {
|
| server.RefactoringKind.EXTRACT_METHOD,
|
| plugin.RefactoringKind.INLINE_LOCAL_VARIABLE:
|
| server.RefactoringKind.INLINE_LOCAL_VARIABLE,
|
| + plugin.RefactoringKind.INLINE_METHOD:
|
| + server.RefactoringKind.INLINE_METHOD,
|
| plugin.RefactoringKind.MOVE_FILE: server.RefactoringKind.MOVE_FILE,
|
| plugin.RefactoringKind.RENAME: server.RefactoringKind.RENAME,
|
| plugin.RefactoringKind.SORT_MEMBERS: server.RefactoringKind.SORT_MEMBERS,
|
|
|