summaryrefslogtreecommitdiffstats
path: root/src/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options')
-rw-r--r--src/options/get.rs2
-rw-r--r--src/options/set.rs2
-rw-r--r--src/options/theme.rs2
3 files changed, 3 insertions, 3 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.
diff --git a/src/options/set.rs b/src/options/set.rs
index ef0a259c..063c999c 100644
--- a/src/options/set.rs
+++ b/src/options/set.rs
@@ -619,7 +619,7 @@ pub mod tests {
use crate::bat_utils::output::PagingMode;
use crate::cli;
- use crate::tests::integration_test_utils::integration_test_utils;
+ use crate::tests::integration_test_utils;
#[test]
fn test_options_can_be_set_in_git_config() {
diff --git a/src/options/theme.rs b/src/options/theme.rs
index 52de3ea0..5b5dffaa 100644
--- a/src/options/theme.rs
+++ b/src/options/theme.rs
@@ -123,7 +123,7 @@ mod tests {
use super::*;
use crate::color;
- use crate::tests::integration_test_utils::integration_test_utils;
+ use crate::tests::integration_test_utils;
#[test]
fn test_syntax_theme_selection() {