This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 30e50bbe82a Fix typo in unit test docs (#47964)
30e50bbe82a is described below

commit 30e50bbe82a80393b8d13b63daf4133dcfc31059
Author: Jed Cunningham <[email protected]>
AuthorDate: Wed Mar 19 11:42:35 2025 -0600

    Fix typo in unit test docs (#47964)
---
 contributing-docs/testing/unit_tests.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contributing-docs/testing/unit_tests.rst 
b/contributing-docs/testing/unit_tests.rst
index 73ed4d58558..09dfe0ecca9 100644
--- a/contributing-docs/testing/unit_tests.rst
+++ b/contributing-docs/testing/unit_tests.rst
@@ -900,7 +900,7 @@ In case of Providers tests, you can run tests for all 
providers
 
 .. code-block:: bash
 
-    breeze testing ptoviders-tests --test-type Providers
+    breeze testing providers-tests --test-type Providers
 
 You can limit the set of providers you would like to run tests of
 

Reply via email to