aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/src/forward_log_reader.rs
diff options
context:
space:
mode:
Diffstat (limited to 'log_db/src/forward_log_reader.rs')
-rw-r--r--log_db/src/forward_log_reader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/log_db/src/forward_log_reader.rs b/log_db/src/forward_log_reader.rs
index 10788a7..03726d0 100644
--- a/log_db/src/forward_log_reader.rs
+++ b/log_db/src/forward_log_reader.rs
@@ -88,7 +88,7 @@ impl Iterator for ForwardLogReader<'_> {
}
#[cfg(test)]
-mod reverse_reader_tests {
+mod tests {
use super::*;
use std::path::Path;