We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d9d4c commit 0dc7ff7Copy full SHA for 0dc7ff7
tests/test_util.py
@@ -189,7 +189,6 @@ def test_resolve_install_tool_version_mismatch():
189
patch(
190
"cpp_linter_hooks.util._install_tool", return_value=Path(mock_path)
191
) as mock_install,
192
- patch("cpp_linter_hooks.util.LOG") as mock_log,
193
):
194
result = _resolve_install("clang-format", "20.1.7")
195
assert result == Path(mock_path)
0 commit comments