ephraimbuddy commented on code in PR #25581:
URL: https://github.com/apache/airflow/pull/25581#discussion_r939868288
##########
TESTING.rst:
##########
@@ -229,13 +229,13 @@ kinds of test types:
.. code-block:: bash
- ./breeze-legacy --test-type Core --db-reset tests
+ breeze testing test --test-type Core --db-reset tests
Runs all provider tests:
.. code-block:: bash
- ./breeze-legacy --test-type Providers --db-reset tests
+ breeze testing test --test-type Providers --db-reset tests
Review Comment:
```suggestion
breeze testing tests --test-type Providers --db-reset tests
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]