diff --git a/jaarg/src/option.rs b/jaarg/src/option.rs index a529c27..5724e39 100644 --- a/jaarg/src/option.rs +++ b/jaarg/src/option.rs @@ -241,7 +241,7 @@ impl core::ops::BitOr for OptFlag { } #[cfg(test)] -mod opt_tests { +mod tests { use super::*; #[test] diff --git a/jaarg/src/options.rs b/jaarg/src/options.rs index a6559cd..666842b 100644 --- a/jaarg/src/options.rs +++ b/jaarg/src/options.rs @@ -79,7 +79,7 @@ impl Opts { #[cfg(test)] -mod opts_tests { +mod tests { use super::*; #[test]