Correct flutter_test flutter_test_configuration.dart documentation (#70862)

This commit is contained in:
creativecreatorormaybenot 2020-11-25 21:38:05 +00:00 committed by GitHub
parent 57d0f924c4
commit 508c4b4d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
/// with the following signature:
///
/// ```dart
/// Future<void> main(FutureOr<void> testMain());
/// Future<void> testExecutable(FutureOr<void> Function() testMain);
/// ```
///
/// The test framework will execute that method and pass it the `main()` method