Skip to content

Commit 77485ce

Browse files
committed
fix: update test
1 parent 64d7080 commit 77485ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_install_tool_failure():
147147
"subprocess.check_call",
148148
side_effect=subprocess.CalledProcessError(1, ["pip"]),
149149
),
150-
patch("cpp_linter_hooks.util.LOG") as mock_log,
150+
patch("cpp_linter_hooks.util.LOG"),
151151
):
152152
result = _install_tool("clang-format", "20.1.7")
153153
assert result is None

0 commit comments

Comments
 (0)