Quellcode durchsuchen

Fix filename in contributing documentation (#5121)

Itay vor 6 Jahren
Ursprung
Commit
9ecea171f8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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: