From 03ecd0f23085e2ae6a1dd93efff5a5b6b3a9ac59 Mon Sep 17 00:00:00 2001 From: Lucas Mullens Date: Fri, 6 Dec 2024 13:45:59 -0600 Subject: [PATCH] Fix typo in test_bunder.dart --- packages/patrol_cli/lib/src/test_bundler.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/patrol_cli/lib/src/test_bundler.dart b/packages/patrol_cli/lib/src/test_bundler.dart index 7fde70fef..d6d5a6e2b 100644 --- a/packages/patrol_cli/lib/src/test_bundler.dart +++ b/packages/patrol_cli/lib/src/test_bundler.dart @@ -58,7 +58,7 @@ Future 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