Skip to content

Commit

Permalink
Merge pull request #2446 from mullens/patch-1
Browse files Browse the repository at this point in the history
Fix typo in test_bunder.dart
  • Loading branch information
pdenert authored Dec 7, 2024
2 parents fd0a1fe + 03ecd0f commit daefa2c
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 @@ -58,7 +58,7 @@ Future<void> main() async {
// When running on iOS, the native side of Patrol (specifically: the
// PATROL_INTEGRATION_TEST_IOS_RUNNER macro) makes an initial run to gather
// the tests that it will later run (same as the Android). During that initial
// run, it makes an RPC call to PatrolAppSevice and asks it for Dart tests.
// run, it makes an RPC call to PatrolAppService and asks it for Dart tests.
//
// Once the native runner has the list of Dart tests, it dynamically creates
// native test cases from them. On Android, this is done using the
Expand Down

0 comments on commit daefa2c

Please sign in to comment.