summaryrefslogtreecommitdiffstats
path: root/src/paths/config.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/paths/config.rs
parent4b182e71598c2eda5190b81708bafe6f9681999b (diff)
test: impl test for `logging::Config` and add `pretty_assertions`
Diffstat (limited to 'src/paths/config.rs')
-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() {