Update pageserver/src/tenant.rs

Co-authored-by: Arpad Müller <arpad-m@users.noreply.github.com>
This commit is contained in:
Alex Chi Z
2024-05-21 13:32:57 -04:00
committed by GitHub
parent 63db18101e
commit 496e96cdff

View File

@@ -5996,7 +5996,7 @@ mod tests {
Some(&bytes::Bytes::from_static(b"last"))
);
// Check if we are going to remove v1 aux files.
// Check that we are going to remove v1 aux files.
let (mut dense_keyspace, _) = tline.collect_keyspace(lsn, &ctx).await.unwrap();
assert!(dense_keyspace.remove_overlapping_with(&KeySpace::single(AUX_FILES_KEY..AUX_FILES_KEY.next())).is_empty());
}