init
This commit is contained in:
parent
d056d589aa
commit
879a231dd4
@ -80,11 +80,12 @@ impl Comparer for CompareMode {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
use std::env;
|
||||||
use crate::comparemode::CompareMode;
|
use crate::comparemode::CompareMode;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn compare_mode() {
|
fn compare_mode() {
|
||||||
|
let user = env::current_dir();
|
||||||
let cm = CompareMode::new(vec![], "".to_string(), "".to_string());
|
let cm = CompareMode::new(vec![], "".to_string(), "".to_string());
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user