Skip to content

Commit

Permalink
Rename wrongly named test (apache#42667)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincbeck authored Oct 2, 2024
1 parent 1b74d43 commit 6f2fed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing-docs/testing/unit_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ are not part of the public API. We deal with it in one of the following ways:
@pytest.mark.skipif(not AIRFLOW_V_2_8_PLUS, reason="The tests should be skipped for Airflow < 2.8")
def some_test_that_only_works_for_airflow_2_7_plus():
def some_test_that_only_works_for_airflow_2_8_plus():
pass
4) Sometimes, the tests should only be run when airflow is installed from the sources in main.
Expand Down

0 comments on commit 6f2fed4

Please sign in to comment.