remove debug

This commit is contained in:
softprops 2019-08-25 15:13:44 -04:00
parent 3567b41e45
commit ac5a2b6ad0

View file

@ -132,9 +132,6 @@ mod tests {
#[test]
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);
Ok(())
}