summaryrefslogtreecommitdiffstats
path: root/src/modules/list/tests/render.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/list/tests/render.rs')
-rw-r--r--src/modules/list/tests/render.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/list/tests/render.rs b/src/modules/list/tests/render.rs
index 95bddcc..3042314 100644
--- a/src/modules/list/tests/render.rs
+++ b/src/modules/list/tests/render.rs
@@ -144,7 +144,7 @@ fn pinned_segments() {
"reset reference",
"merge command",
],
- &[Event::from(MetaEvent::ActionDrop)],
+ &[Event::from(StandardEvent::ActionDrop)],
|mut test_context| {
let mut module = create_list(&Config::new(), test_context.take_todo_file());
_ = test_context.handle_all_events(&mut module);