Skip to content

Commit b8eb49e

Browse files
committed
fix: update tests
1 parent e748d10 commit b8eb49e

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
@@ -445,4 +445,4 @@ def test_resolve_install_with_none_default_version():
445445
assert result == Path("/usr/bin/clang-format")
446446

447447
# Should fallback to hardcoded version when DEFAULT is None
448-
mock_install.assert_called_once_with("clang-format", "20.1.7")
448+
mock_install.assert_called_once_with("clang-format", None)

0 commit comments

Comments
 (0)