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