summaryrefslogtreecommitdiffstats
path: root/src/components/choice/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/choice/tests.rs')
-rw-r--r--src/components/choice/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/choice/tests.rs b/src/components/choice/tests.rs
index 7a70b44..3b04bda 100644
--- a/src/components/choice/tests.rs
+++ b/src/components/choice/tests.rs
@@ -1,7 +1,7 @@
use rstest::rstest;
use super::*;
-use crate::{assert_rendered_output, input::MetaEvent, process::testutil::handle_event_test};
+use crate::{assert_rendered_output, input::MetaEvent, module::testutil::handle_event_test};
#[derive(Clone, Debug, PartialEq)]
pub enum TestAction {