summaryrefslogtreecommitdiffstats
path: root/src/test_helpers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_helpers.rs')
-rw-r--r--src/test_helpers.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test_helpers.rs b/src/test_helpers.rs
index 3950e87..3da3610 100644
--- a/src/test_helpers.rs
+++ b/src/test_helpers.rs
@@ -1,3 +1,4 @@
+#![allow(dead_code)]
pub(crate) mod assertions;
pub(crate) mod builders;
mod create_commit;
@@ -36,6 +37,6 @@ pub(crate) use self::{
with_search::{with_search, SearchTestContext},
with_temp_bare_repository::with_temp_bare_repository,
with_temp_repository::with_temp_repository,
- with_todo_file::{with_todo_file, TodoFileTestContext},
+ with_todo_file::with_todo_file,
with_view_state::{with_view_state, ViewStateTestContext},
};