remove debug
This commit is contained in:
parent
3567b41e45
commit
ac5a2b6ad0
@ -132,9 +132,6 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn paths_resolves_pattern_to_file_paths() -> Result<(), Box<dyn Error>> {
|
fn paths_resolves_pattern_to_file_paths() -> Result<(), Box<dyn Error>> {
|
||||||
for p in paths(vec!["tests/data/**/*"])? {
|
|
||||||
println!("{}", p.display())
|
|
||||||
}
|
|
||||||
assert_eq!(paths(vec!["tests/data/**/*"])?.into_iter().count(), 1);
|
assert_eq!(paths(vec!["tests/data/**/*"])?.into_iter().count(), 1);
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user