From fc46c3eaec3d190fc75ce1cc8414ff90cf097df1 Mon Sep 17 00:00:00 2001 From: smark-1 <75799735+smark-1@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:48:53 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9df285..d6faa72 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ docker-compose exec -w /code/wagtail web python runtests.py ### Run tests for a specific file ```sh -make test file=wagtail.admin.tests.test_name.py +make test file=wagtail.admin.tests.test_name ``` or