Skip to content

Commit

Permalink
test: change name
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 15, 2024
1 parent 02c62c3 commit 6fd9b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsm-tree/tests/tree_different_block_size.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use test_log::test;
const ITEM_COUNT: usize = 1_000;

#[test]
fn tree_memtable_count() -> lsm_tree::Result<()> {
fn tree_block_size_after_recovery() -> lsm_tree::Result<()> {
let folder = tempdir()?.into_path();

{
Expand Down

0 comments on commit 6fd9b84

Please sign in to comment.