Unverified Commit 2c24179d authored by Bartek Pacia's avatar Bartek Pacia Committed by GitHub

Fix typo in `integrationDriver()` function (#115012)

Fix typo in `integrationDriver()` function
parent 75ccb43c
...@@ -47,7 +47,7 @@ Future<void> writeResponseData( ...@@ -47,7 +47,7 @@ Future<void> writeResponseData(
/// Adaptor to run an integration test using `flutter drive`. /// 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: /// `<test_name>_test.dart` in the app's `test_driver` directory:
/// ///
/// ```dart /// ```dart
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment