commit | 711174a9b9dfdce62b3746a0d798e913a52719b5 | [log] [tgz] |
---|---|---|
author | Mikkel Nygaard Ravn <mravn@google.com> | Thu May 24 17:15:35 2018 +0200 |
committer | GitHub <noreply@github.com> | Thu May 24 17:15:35 2018 +0200 |
tree | 8585c336246ce90303fcc5f9e74c092b13708b47 | |
parent | ca300100b8bb5ed7b08b1dc633fd115db719ad14 [diff] [blame] |
Fix inconsistency (#17871)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80d2cce..3705d28 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md
@@ -126,7 +126,7 @@ 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 --------------------------