Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: pkg/analysis_server/test/services/correction/fix_test.dart

Issue 2910683002: Update some of the fixes to use ChangeBuilder (Closed)
Patch Set: Adjusted after API change, and bug fix Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698