diff --git a/tests/test_snapshots_help_tools.py b/tests/test_snapshots_help_tools.py index 294b4d1f..f98b11c6 100644 --- a/tests/test_snapshots_help_tools.py +++ b/tests/test_snapshots_help_tools.py @@ -21,5 +21,5 @@ @pytest.mark.parametrize("argv", help_group_argvs("tools"), ids=lambda a: "_".join(a)) -def test_command_help_matches_snapshot(argv, snapshot): +def test_command_help_matches_snapshot_tools(argv, snapshot): assert_help_matches_snapshot(argv, snapshot)