diff --git a/apps/desktop/desktop_native/core/src/biometric/windows.rs b/apps/desktop/desktop_native/core/src/biometric/windows.rs index 9cf5e8dfe16..03a420296d2 100644 --- a/apps/desktop/desktop_native/core/src/biometric/windows.rs +++ b/apps/desktop/desktop_native/core/src/biometric/windows.rs @@ -341,7 +341,7 @@ mod tests { use crate::biometric::{ biometric::{ decrypt_data, encrypt_data, windows_hello_authenticate, - windows_hello_authenticate_with_crypto, + windows_hello_authenticate_with_crypto, CHALLENGE_LENGTH, XCHACHA20POLY1305_KEY_LENGTH, }, BiometricLockSystem, BiometricTrait, };