Commit 270a0bd
authored
Change the message sent to IntelliJ when starting the test suites to the correct one (flutter#8330)
This is the cause of the error mentioned in flutter#8325.
Previously, the correct message was being sent hard-coded and was
supposed to be replaced by `ServiceMessageBuilder.testsStarted()` once
the method was available. Instead,
`ServiceMessageBuilder.testStarted("")` was used which changes the
message to `##teamcity[testStarted name='']` from
`##teamcity[enteredtheMatrix]` (hence the error).
This one-liner just replaces the erroneous call to the correct one.1 parent cfb0935 commit 270a0bd
File tree
1 file changed
+1
-1
lines changed- flutter-idea/src/io/flutter/test
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
0 commit comments