Skip to content

Commit

Permalink
updated log message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Jan 23, 2025
1 parent 059cbfa commit e275e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HaxeTestController.hx
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ class HaxeTestController {
if (currentTestItems.length <= 0) {
return;
}
channel.appendLine("updateTestCoverage");
channel.appendLine("updating test coverage");

var filteredTestItems:Null<Array<TestItem>> = null;
if (isAttributableCoverageEnabled()) {
Expand Down

0 comments on commit e275e16

Please sign in to comment.