Update Plugin-Tests.md
diff --git a/docs/ecosystem/testing/Plugin-Tests.md b/docs/ecosystem/testing/Plugin-Tests.md
index 4f746ea..e3ff46e 100644
--- a/docs/ecosystem/testing/Plugin-Tests.md
+++ b/docs/ecosystem/testing/Plugin-Tests.md
@@ -128,7 +128,6 @@
#### Mocks
-
Some packages (like `google_maps_flutter_web`) contain `.mocks.dart` files alongside the test files that use them.
Mock files are [generated by `package:mockito`](https://pub.dev/packages/mockito#lets-create-mocks). The contents of mock files can change with how the mocks are used within the tests, in addition to actual changes in the APIs they're mocking.
@@ -139,6 +138,7 @@
flutter pub run build_runner build
```
+
## Adding tests
A PR changing a plugin [should add tests](../../contributing/Tree-hygiene.md#tests). Which type(s) of tests you should add will depend on what exactly you are changing. See below for some high-level guidance, but if you're not sure please ask in your PR or in `#hackers-ecosystem` [on Discord](../../contributing/Chat.md).