Skip to content

Commit

Permalink
TestBundler: update print message in generated test_bundle.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 13, 2023
1 parent d0665c2 commit 19fecdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/patrol_cli/lib/src/test_bundler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Future<void> main() async {
final topLevelGroup = Invoker.current!.liveTest.groups.first;
final dartTestGroup = createDartTestGroup(topLevelGroup);
testExplorationCompleter.complete(dartTestGroup);
print('PATROL_DEBUG: group structure:');
print('patrol_test_explorer: obtained Dart-side test hierarchy:');
printGroupStructure(dartTestGroup);
});
Expand Down

0 comments on commit 19fecdc

Please sign in to comment.