summaryrefslogtreecommitdiffstats
path: root/src/editor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.rs')
-rw-r--r--src/editor.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editor.rs b/src/editor.rs
index ca0ffcd..da36b5a 100644
--- a/src/editor.rs
+++ b/src/editor.rs
@@ -1,7 +1,7 @@
-#[cfg(test)]
-use crate::display::testutil::CrossTerm;
#[cfg(not(test))]
use crate::display::CrossTerm;
+#[cfg(test)]
+use crate::test_helpers::mocks::crossterm::CrossTerm;
use crate::{
application::Application,
arguments::Args,