Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 15, 2024
1 parent 14ac728 commit bdfb4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pip_review_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def test_format_table() -> None:


@pytest.mark.parametrize("arg", ["--debug", "-d"])
def test_main_verbose_flag_sets_logger_level_to_debug(
def test_main_debug_flag_sets_logger_level_to_debug(
sample_subprocess_output: bytes,
arg: str,
) -> None:
Expand All @@ -434,7 +434,7 @@ def test_main_verbose_flag_sets_logger_level_to_debug(
assert exit_code == 0


def test_main_no_verbose_flag_sets_logger_level_to_info(
def test_main_no_debug_flag_sets_logger_level_to_info(
sample_subprocess_output: bytes,
) -> None:
with mock.patch(
Expand Down

0 comments on commit bdfb4cf

Please sign in to comment.