mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 18:23:28 +00:00
removed unused mods on test module
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
mod uuid_tests {
|
||||
use crate::init;
|
||||
use uuid::Uuid;
|
||||
use std::vec;
|
||||
@@ -14,7 +13,6 @@ mod tests {
|
||||
|
||||
assert!(validation.is_ok())
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn uuid_output_throws_if_passed_args() {
|
||||
@@ -24,7 +22,4 @@ mod tests {
|
||||
|
||||
assert_eq!(output,"")
|
||||
}
|
||||
}
|
||||
|
||||
mod markers_tests {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user