Skip to content

Commit d0c3dd2

Browse files
authored
Resolve an API migration TODO in DartTestEventsConverterZ with ServiceMessageBuilder (#7549)
1 parent 742f84f commit d0c3dd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flutter-idea/src/io/flutter/test/DartTestEventsConverterZ.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,7 @@ private boolean handleStart(JsonObject obj) throws ParseException {
405405
mySuiteData.clear();
406406
mySuitCount = 0;
407407

408-
// TODO: Change to ServiceMessageBuilder.testsStarted() for 2020.1.
409-
return doProcessServiceMessages(new ServiceMessageBuilder("enteredTheMatrix").toString());
408+
return doProcessServiceMessages(ServiceMessageBuilder.testStarted("").toString());
410409
}
411410

412411
@SuppressWarnings("RedundantThrows")

0 commit comments

Comments
 (0)