Skip to content

Commit

Permalink
improve code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Sep 12, 2023
1 parent 1b44a73 commit fb33e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/patrol_cli/lib/src/test_bundler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Future<void> main() async {
// This test must be the first to run. If not, the native side likely won't
// receive any tests, and everything will fall apart.
test('patrol_test_explorer', () {
// Counterintuitively, this callback runs *after* the calls to group()
// below.
// Maybe somewhat counterintuitively, this callback runs *after* the calls
// to group() below.
final topLevelGroup = Invoker.current!.liveTest.groups.first;
final dartTestGroup = createDartTestGroup(topLevelGroup);
testExplorationCompleter.complete(dartTestGroup);
Expand Down

0 comments on commit fb33e4a

Please sign in to comment.