[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
9f3e48ad93
commit
587a33894c
1 changed files with 1 additions and 3 deletions
|
|
@ -1232,9 +1232,7 @@ def test_seeded_bootstrap_file_ends_with_a_newline(monkeypatch, tmp_path):
|
|||
).fetchone()
|
||||
finally:
|
||||
conn.close()
|
||||
assert studio_mod._pbkdf2_hex(
|
||||
raw.decode("utf-8").strip(), salt.encode("utf-8")
|
||||
) == pwd_hash
|
||||
assert studio_mod._pbkdf2_hex(raw.decode("utf-8").strip(), salt.encode("utf-8")) == pwd_hash
|
||||
|
||||
|
||||
# ── non-interactive --password / UNSLOTH_STUDIO_PASSWORD / stdin ──────
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue