[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
f8683d7897
commit
64f642982b
1 changed files with 1 additions and 1 deletions
|
|
@ -699,6 +699,6 @@ def test_backfill_compares_server_keys_by_normalized_identity():
|
|||
assert "if (known.has(key)) { continue; }" in src
|
||||
# A variant never holds a colon, so the last one splits the key. Splitting on
|
||||
# the first would cut a Windows drive letter off every path id.
|
||||
assert "key.lastIndexOf(\":\")" in src
|
||||
assert 'key.lastIndexOf(":")' in src
|
||||
# Repo ids fold and POSIX paths do not, which is exactly what these do.
|
||||
assert "normalizeModelIdentity(" in src and "normalizeGgufVariantIdentity(" in src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue