summaryrefslogtreecommitdiffstats
path: root/src/options/get.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/get.rs')
-rw-r--r--src/options/get.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/get.rs b/src/options/get.rs
index e946c846..6026fb50 100644
--- a/src/options/get.rs
+++ b/src/options/get.rs
@@ -139,7 +139,7 @@ pub mod tests {
use std::fs::remove_file;
use crate::options::get::get_themes;
- use crate::tests::integration_test_utils::integration_test_utils;
+ use crate::tests::integration_test_utils;
// TODO: the followig tests are collapsed into one since they all set the same env var and thus
// could affect each other if allowed to run concurrently.