Index: pkg/analysis_server/test/services/correction/fix_test.dart |
diff --git a/pkg/analysis_server/test/services/correction/fix_test.dart b/pkg/analysis_server/test/services/correction/fix_test.dart |
index f857787b6afbda3875c3cbcd2d356c4cfa29a766..c821c7e7124696602c1bb3f5c767116276787356 100644 |
--- a/pkg/analysis_server/test/services/correction/fix_test.dart |
+++ b/pkg/analysis_server/test/services/correction/fix_test.dart |
@@ -1270,7 +1270,7 @@ class A {} |
class Test { |
} |
'''); |
- expect(change.linkedEditGroups, isEmpty); |
+ expect(change.linkedEditGroups, hasLength(1)); |
} |
test_createClass_innerLocalFunction() async { |