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 c41601a commit d96a110Copy full SHA for d96a110
crates/bitwarden-core/src/key_management/crypto.rs
@@ -1000,7 +1000,7 @@ mod tests {
1000
initialize_user_crypto(
1001
&client1,
1002
InitUserCryptoRequest {
1003
- user_id: Some(uuid::Uuid::new_v4()),
+ user_id: Some(UserId::new_v4()),
1004
kdf_params: Kdf::PBKDF2 {
1005
iterations: 100_000.try_into().unwrap(),
1006
},
@@ -1024,7 +1024,7 @@ mod tests {
1024
1025
&client2,
1026
1027
1028
// NOTE: THIS CHANGES KDF SETTINGS. We ensure in this test that even with different
1029
// KDF settings the pin can unlock the user key.
1030
0 commit comments