Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Sep 12, 2024
1 parent 571c517 commit 73e792e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/storage/hummock_sdk/src/table_watermark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -810,13 +810,13 @@ mod tests {
table_watermarks_checkpoint,
TableWatermarks {
watermarks: vec![(
epoch5,
0,
vec![
VnodeWatermark::new(build_bitmap(vec![0, 3, 4]), watermark4.clone(),),
VnodeWatermark::new(
build_bitmap((1..=2).chain(5..VirtualNode::COUNT)),
watermark3.clone(),
),
VnodeWatermark::new(build_bitmap(vec![0, 3, 4]), watermark4.clone(),)
)
]
.into()
)],
Expand Down

0 comments on commit 73e792e

Please sign in to comment.