trivial changes

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2026-05-20 14:32:54 +08:00
parent cfa877d28c
commit e7af2e8488

View File

@@ -274,7 +274,7 @@ mod tests {
let (inner, decrypted, should_store) = decrypt_permanent_password_str_or_original(&storage);
assert!(decrypted);
assert!(!should_store);
assert!(inner.starts_with(HBBS_PRESET_PASSWORD_HASH_PREFIX));
assert!(inner.starts_with(PERMANENT_PASSWORD_HASH_PREFIX));
assert_eq!(
decode_permanent_password_h1_from_storage(&storage),
Some(h1)