forked from firka/flutter
Fix inconsistency (#17871)
This commit is contained in:
committed by
GitHub
parent
ca300100b8
commit
711174a9b9
@@ -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
|
||||
--------------------------
|
||||
|
||||
Reference in New Issue
Block a user