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 e748d10 commit b8eb49eCopy full SHA for b8eb49e
tests/test_util.py
@@ -445,4 +445,4 @@ def test_resolve_install_with_none_default_version():
445
assert result == Path("/usr/bin/clang-format")
446
447
# Should fallback to hardcoded version when DEFAULT is None
448
- mock_install.assert_called_once_with("clang-format", "20.1.7")
+ mock_install.assert_called_once_with("clang-format", None)
0 commit comments