From 711174a9b9dfdce62b3746a0d798e913a52719b5 Mon Sep 17 00:00:00 2001
From: Mikkel Nygaard Ravn <mravn@google.com>
Date: Thu, 24 May 2018 17:15:35 +0200
Subject: [PATCH] Fix inconsistency (#17871)

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 80d2cce2fcb..3705d282d77 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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
 --------------------------
-- 
GitLab