Skip to content

Commit 0f4d2ec

Browse files
committed
Updated tests
1 parent 36e412d commit 0f4d2ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/index_api.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ async fn index_api_basic_bulk() {
1515
// Drop the table if it exists
1616
let res = utils_api.sql("DROP TABLE IF EXISTS products", Some(true)).await;
1717
assert!(res.is_ok(), "DROP TABLE failed: {:?}", res.err());
18-
tokio::time::delay_for(tokio::time::Duration::from_millis(1000));
19-
18+
2019
// Create table
2120
let res = utils_api
2221
.sql(

0 commit comments

Comments
 (0)