Skip to content

Commit 0dc7ff7

Browse files
committed
fix: update test
1 parent 52d9d4c commit 0dc7ff7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ def test_resolve_install_tool_version_mismatch():
189189
patch(
190190
"cpp_linter_hooks.util._install_tool", return_value=Path(mock_path)
191191
) as mock_install,
192-
patch("cpp_linter_hooks.util.LOG") as mock_log,
193192
):
194193
result = _resolve_install("clang-format", "20.1.7")
195194
assert result == Path(mock_path)

0 commit comments

Comments
 (0)