Skip to content

Commit

Permalink
name change cryptofs test mod
Browse files Browse the repository at this point in the history
  • Loading branch information
someotherself committed Sep 19, 2024
1 parent b03cfcf commit 371faab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/cryptofs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`]
///
Expand Down
File renamed without changes.

0 comments on commit 371faab

Please sign in to comment.