Skip to content

Commit

Permalink
test(cubestore): add await on a check_bools call in test code
Browse files Browse the repository at this point in the history
  • Loading branch information
srh committed Oct 2, 2024
1 parent 779eacd commit 517c947
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 517c947

Please sign in to comment.