summaryrefslogtreecommitdiffstats
path: root/src/application.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.rs')
-rw-r--r--src/application.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.rs b/src/application.rs
index 174ce7d..8a88a3c 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -197,7 +197,7 @@ mod tests {
input::{Event, KeyCode, KeyEvent, KeyModifiers},
module::Modules,
runtime::{Installer, RuntimeError},
- test_helpers::{create_event_reader, mocks::crossterm::CrossTerm},
+ test_helpers::{create_event_reader, mocks::CrossTerm},
testutil::{set_git_directory, DefaultTestModule, TestModuleProvider},
};