diff --git a/src/crypto/cryptofs.rs b/src/crypto/cryptofs.rs index 4c2cb8e..7ac8cb4 100644 --- a/src/crypto/cryptofs.rs +++ b/src/crypto/cryptofs.rs @@ -3,7 +3,7 @@ use crate::encryptedfs::{ }; use shush_rs::SecretString; #[cfg(test)] -mod test; +mod tests; /// Options and flags used to open a `file` similar [`std::fs::OpenOptions`] /// diff --git a/src/crypto/cryptofs/test.rs b/src/crypto/cryptofs/tests.rs similarity index 100% rename from src/crypto/cryptofs/test.rs rename to src/crypto/cryptofs/tests.rs