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 64d7080 commit 77485ceCopy full SHA for 77485ce
tests/test_util.py
@@ -147,7 +147,7 @@ def test_install_tool_failure():
147
"subprocess.check_call",
148
side_effect=subprocess.CalledProcessError(1, ["pip"]),
149
),
150
- patch("cpp_linter_hooks.util.LOG") as mock_log,
+ patch("cpp_linter_hooks.util.LOG"),
151
):
152
result = _install_tool("clang-format", "20.1.7")
153
assert result is None
0 commit comments