Skip to content

Commit 326810a

Browse files
authored
test(cubestore): add await on a check_bools call (#8771)
1 parent 893004a commit 326810a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cubestore/cubestore/src/table/parquet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ mod tests {
516516
bools.push(false);
517517
}
518518
}
519-
check_bools(bools);
519+
check_bools(bools).await;
520520
}
521521

522522
#[tokio::test]

0 commit comments

Comments
 (0)