summaryrefslogtreecommitdiffstats
path: root/src/paths.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/paths.rs')
-rw-r--r--src/paths.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/paths.rs b/src/paths.rs
index d9c1214..9b9963a 100644
--- a/src/paths.rs
+++ b/src/paths.rs
@@ -69,6 +69,7 @@ impl Iterator for Paths {
#[cfg(test)]
mod tests {
use super::*;
+ use pretty_assertions::assert_eq;
use std::fs;
#[test]