Browse Source

Fix filename in contributing documentation (#5121)

Itay 6 years ago
parent
commit
9ecea171f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CONTRIBUTING.rst

+ 1 - 1
CONTRIBUTING.rst

@@ -549,7 +549,7 @@ you can do so like this:
 
 .. code-block:: console
 
-    $ py.test t/unit/worker/test_worker_job.py
+    $ py.test t/unit/worker/test_worker.py
 
 .. _contributing-pull-requests: