diff --git a/rust/ares_crypto/src/ed25519.rs b/rust/ares_crypto/src/ed25519.rs index ba9d983..1feb345 100644 --- a/rust/ares_crypto/src/ed25519.rs +++ b/rust/ares_crypto/src/ed25519.rs @@ -120,7 +120,7 @@ mod tests { #[cfg(test)] #[cfg(feature = "test_vs_urcrypt")] -mod ucrypt_tests { +mod urcrypt_tests { use super::{ac_ed_puck, ac_ed_shar, ac_ed_sign, ac_ed_veri}; use ibig::ubig; use urcrypt_sys::{urcrypt_ed_puck, urcrypt_ed_shar, urcrypt_ed_sign, urcrypt_ed_veri};