rename using dashes for consistency

This commit is contained in:
mr-tz
2024-08-26 09:52:12 +00:00
parent d98c315eb4
commit e8550f242c
2 changed files with 1 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ def get_rule_path():
pytest.param("show-features.py", ["-F", "0x407970", get_binary_file_path()]),
pytest.param("show-features.py", ["-P", "MicrosoftEdgeUpdate.exe", get_report_file_path()]),
pytest.param("show-unused-features.py", [get_binary_file_path()]),
pytest.param("capa_as_library.py", [get_binary_file_path()]),
pytest.param("capa-as-library.py", [get_binary_file_path()]),
],
)
def test_scripts(script, args):