Skip to content

Commit

Permalink
test(cubestore): add await on a check_bools call (#8771)
Browse files Browse the repository at this point in the history
  • Loading branch information
srh authored Oct 2, 2024
1 parent 893004a commit 326810a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/cubestore/cubestore/src/table/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ mod tests {
bools.push(false);
}
}
check_bools(bools);
check_bools(bools).await;
}

#[tokio::test]
Expand Down

0 comments on commit 326810a

Please sign in to comment.