Skip to content

Commit

Permalink
Fix typo in integrationDriver() function (#115012)
Browse files Browse the repository at this point in the history
Fix typo in `integrationDriver()` function
  • Loading branch information
bartekpacia authored Mar 8, 2023
1 parent 75ccb43 commit 2c24179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration_test/lib/integration_test_driver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Future<void> writeResponseData(

/// Adaptor to run an integration test using `flutter drive`.
///
/// To an integration test `<test_name>.dart` using `flutter drive`, put a file named
/// To run an integration test `<test_name>.dart` using `flutter drive`, put a file named
/// `<test_name>_test.dart` in the app's `test_driver` directory:
///
/// ```dart
Expand Down

0 comments on commit 2c24179

Please sign in to comment.