Skip to content

Commit 402b0ed

Browse files
committed
fix
1 parent 53b2743 commit 402b0ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/blob_major_compact_gc_stats.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ fn blob_tree_major_compact_gc_stats_tombstone() -> lsm_tree::Result<()> {
6565

6666
{
6767
let tree = lsm_tree::Config::new(path)
68-
.with_kv_separation(Some(Default::default()))
68+
.with_kv_separation(Some(
69+
KvSeparationOptions::default().compression(lsm_tree::CompressionType::None),
70+
))
6971
.open()?;
7072

7173
assert!(tree.get("big", SeqNo::MAX)?.is_none());

0 commit comments

Comments
 (0)