summaryrefslogtreecommitdiffstats
path: root/src/paths
diff options
context:
space:
mode:
Diffstat (limited to 'src/paths')
-rw-r--r--src/paths/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/paths/config.rs b/src/paths/config.rs
index 4756d02..e5af2dc 100644
--- a/src/paths/config.rs
+++ b/src/paths/config.rs
@@ -90,6 +90,7 @@ impl<'de> Deserialize<'de> for PathEntry {
mod tests {
use super::*;
use figment::providers::{Format, Serialized, Toml};
+ use pretty_assertions::assert_eq;
#[test]
fn test_extract() {