Skip to content

Commit

Permalink
rename tests to test
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Apr 21, 2024
1 parent 8a34222 commit 16328ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
An encrypted file system that mounts with FUSE on Linux. It can be used to create encrypted directories.

It can then safely backup the encrypted folder on an untrusted server without worrying about the data being exposed.\
You can also store it in any clound storage like Google Drive, Dropbox, etc. and have it synced across multiple devices.
You can also store it in any cloud storage like Google Drive, Dropbox, etc. and have it synced across multiple devices.

\
[![encryptedfs-bin](https://img.shields.io/aur/version/encryptedfs-bin?color=1793d1&label=encryptedfs-bin&logo=arch-linux)](https://aur.archlinux.org/packages/encryptedfs-bin/)
Expand Down
2 changes: 1 addition & 1 deletion src/encryptedfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use thiserror::Error;
use tracing::error;

#[cfg(test)]
mod encryptedfs_tests;
mod encryptedfs_test;
pub mod encryptedfs;

pub(crate) const INODES_DIR: &str = "inodes";
Expand Down
File renamed without changes.

0 comments on commit 16328ee

Please sign in to comment.