Skip to content

Commit 94a3983

Browse files
committed
Fix build
1 parent 2a076a4 commit 94a3983

File tree

1 file changed

+1
-1
lines changed
  • crates/bitwarden-core/src/key_management

1 file changed

+1
-1
lines changed

crates/bitwarden-core/src/key_management/crypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ mod tests {
958958
email: "[email protected]".into(),
959959
private_key: enrollment_response.private_key,
960960
signing_key: Some(enrollment_response.signing_key),
961-
security_state: Some(enrollment_response.signed_security_state),
961+
security_state: Some(enrollment_response.security_state),
962962
method: InitUserCryptoMethod::Password {
963963
password: "asdfasdfasdf".into(),
964964
user_key: encrypted_userkey_v2,

0 commit comments

Comments
 (0)