We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742f84f commit d0c3dd2Copy full SHA for d0c3dd2
flutter-idea/src/io/flutter/test/DartTestEventsConverterZ.java
@@ -405,8 +405,7 @@ private boolean handleStart(JsonObject obj) throws ParseException {
405
mySuiteData.clear();
406
mySuitCount = 0;
407
408
- // TODO: Change to ServiceMessageBuilder.testsStarted() for 2020.1.
409
- return doProcessServiceMessages(new ServiceMessageBuilder("enteredTheMatrix").toString());
+ return doProcessServiceMessages(ServiceMessageBuilder.testStarted("").toString());
410
}
411
412
@SuppressWarnings("RedundantThrows")
0 commit comments