diff --git a/service/donate.md b/service/donate.md
index 2a55b65f49f1c01ff75cfb524496e437f965c825..9a64a68a1ce38c5037546e142feeb35f24dc38b6 100644
--- a/service/donate.md
+++ b/service/donate.md
@@ -867,10 +867,6 @@ Also note that the CiviCRM side of things has its own metrics, see the
 
 ## Tests
 
-The `pytest` test suite can be run by entering a `poetry shell` and running:
-
-    coverage run manage.py test
-
 To test donations after upgrades or to confirm everything works, see
 the [Testing the donation site](#testing-the-donation-site) section.
 
@@ -878,7 +874,7 @@ The site's test suite is ran in GitLab CI when a merge request is
 sent, and a full review app is setup to test the site before the
 branch is merged. Then staging must be tested as well.
 
-Tests can be ran locally:
+The `pytest` test suite can be run by entering a `poetry shell` and running:
 
     coverage run manage.py test