Fix inconsistency (#17871)

This commit is contained in:
Mikkel Nygaard Ravn 2018-05-24 17:15:35 +02:00 committed by GitHub
parent ca300100b8
commit 711174a9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ Adding a test
To add a test to the Flutter package, create a file whose name
ends with `_test.dart` in the `packages/flutter/test` directory. The
test should have a `main` function and use the `test` package.
test should have a `main` function and use the `flutter_test` package.
Working with flutter tools
--------------------------