Skip to content

Commit 04b0ff2

Browse files
committed
Fixed tests to match the returned output from the Dart Analysis Server.
1 parent 0969b82 commit 04b0ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/src/test/java/com/jetbrains/dart/analysisServer/DartServerQuickFixTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ public void testQuickFixOrder() {
173173
assertOrderedEquals(intentions,
174174
"Import library 'dart:io'",
175175
"Import library 'dart:io' with 'show'",
176-
"Change to 'ServerSockets'",
177176
"Create class 'ServerSocket'",
177+
"Change to 'ServerSockets'",
178178
"Create mixin 'ServerSocket'");
179179
}
180180

0 commit comments

Comments
 (0)