summaryrefslogtreecommitdiffstats
path: root/src/finder.rs
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-11-20 13:35:45 -0600
committerToby Vincent <tobyv13@gmail.com>2022-11-20 13:35:45 -0600
commitb1438bd27d32e4e2530825026cc39a8ac5456f68 (patch)
tree5de916dc413e0f9c9c17d9e63828991e1a4a7af8 /src/finder.rs
parent4b182e71598c2eda5190b81708bafe6f9681999b (diff)
test: impl test for `logging::Config` and add `pretty_assertions`
Diffstat (limited to 'src/finder.rs')
-rw-r--r--src/finder.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/finder.rs b/src/finder.rs
index c5b5bd5..ad7e303 100644
--- a/src/finder.rs
+++ b/src/finder.rs
@@ -80,6 +80,7 @@ impl DerefMut for FinderChild {
#[cfg(test)]
mod tests {
use super::*;
+ use pretty_assertions::assert_eq;
#[test]
fn test_output() {