Skip to content

Commit 52d9d4c

Browse files
committed
fix: update test
1 parent 56db8c2 commit 52d9d4c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_util.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,6 @@ def test_resolve_install_tool_version_mismatch():
195195
assert result == Path(mock_path)
196196

197197
mock_install.assert_called_once_with("clang-format", "20.1.7")
198-
mock_log.info.assert_called_once_with(
199-
"%s version mismatch (%s != %s), reinstalling...",
200-
"clang-format",
201-
"18.1.8",
202-
"20.1.7",
203-
)
204198

205199

206200
@pytest.mark.benchmark

0 commit comments

Comments
 (0)