chore: fix comment

pull/24376/head
Nga Tran 2021-11-22 23:24:28 -05:00
parent 3182e935ed
commit 8788dd6d39
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ mod tests {
#[test]
fn test_contiguous_chunks_one_chunk() {
// create a partition without chunks
// create a partition with one chunk
let id_orders = vec![(1, 1)];
let partition = make_partitition_for_chunks_with_ids_orders(&id_orders);