summaryrefslogtreecommitdiffstats
path: root/src/application.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.rs')
-rw-r--r--src/application.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application.rs b/src/application.rs
index 97a983b..174ce7d 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -194,10 +194,10 @@ mod tests {
use super::*;
use crate::{
display::Size,
- input::{testutil::create_event_reader, Event, KeyCode, KeyEvent, KeyModifiers},
+ input::{Event, KeyCode, KeyEvent, KeyModifiers},
module::Modules,
runtime::{Installer, RuntimeError},
- test_helpers::mocks::crossterm::CrossTerm,
+ test_helpers::{create_event_reader, mocks::crossterm::CrossTerm},
testutil::{set_git_directory, DefaultTestModule, TestModuleProvider},
};