From 508c4b4d29692dbe100b229725a332957042785e Mon Sep 17 00:00:00 2001 From: creativecreatorormaybenot Date: Wed, 25 Nov 2020 21:38:05 +0000 Subject: [PATCH] Correct flutter_test flutter_test_configuration.dart documentation (#70862) --- packages/flutter_test/lib/flutter_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_test/lib/flutter_test.dart b/packages/flutter_test/lib/flutter_test.dart index ad6076bb235..d05840d5de6 100644 --- a/packages/flutter_test/lib/flutter_test.dart +++ b/packages/flutter_test/lib/flutter_test.dart @@ -27,7 +27,7 @@ /// with the following signature: /// /// ```dart -/// Future main(FutureOr testMain()); +/// Future testExecutable(FutureOr Function() testMain); /// ``` /// /// The test framework will execute that method and pass it the `main()` method