Skip to content

Commit

Permalink
actually fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed May 14, 2024
1 parent 0d241fb commit 2de6c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/levels/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ impl Serializable for LevelManifest {

#[cfg(test)]
mod tests {

use crate::{
block_cache::BlockCache,
descriptor_table::FileDescriptorTable,
Expand Down Expand Up @@ -432,7 +433,7 @@ mod tests {
path: "a".into(),

#[cfg(feature = "segment_history")]
segment_history_writer: segment_history::Writer::new()?,
segment_history_writer: super::segment_history::Writer::new()?,
};

let mut bytes = vec![];
Expand Down

0 comments on commit 2de6c05

Please sign in to comment.