set set_compacted_idx in trim test

This commit is contained in:
soruh 2023-12-23 17:34:57 +01:00
parent 9441e156cb
commit 61a015f1fd

View File

@ -115,6 +115,7 @@ pub fn functionality_after_trim(
);
storage.trim(3)?;
storage.set_compacted_idx(3)?;
assert_eq!(
storage.get_log_len()?,