summaryrefslogtreecommitdiffstats
path: root/src/testutil/process_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/testutil/process_test.rs')
-rw-r--r--src/testutil/process_test.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testutil/process_test.rs b/src/testutil/process_test.rs
index 5c26308..a922be6 100644
--- a/src/testutil/process_test.rs
+++ b/src/testutil/process_test.rs
@@ -8,9 +8,8 @@ use crate::{
module::{self, ModuleHandler},
process::Process,
runtime::ThreadStatuses,
- test_helpers::{with_event_handler, EventHandlerTestContext},
+ test_helpers::{with_event_handler, with_todo_file, EventHandlerTestContext},
testutil::{with_search, SearchTestContext},
- todo_file::testutil::with_todo_file,
view::testutil::{with_view_state, TestContext as ViewContext},
};