Skip to content

Commit

Permalink
[tests] left prev code untouched
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameFactory committed Oct 27, 2023
1 parent c61ebf5 commit b82b1a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/clickhouse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2358,8 +2358,7 @@ async fn test_iter_int_128() -> Result<(), Error> {
let pool = Pool::new(database_url());

let mut c = pool.get_handle().await?;
c.execute("DROP TABLE IF EXISTS clickhouse_test_iter_int_128")
.await?;
c.execute("DROP TABLE IF EXISTS clickhouse_test_iter_int_128").await?;
c.execute(ddl).await?;
c.insert("clickhouse_test_iter_int_128", block).await?;
let block = c.query(query).fetch_all().await?;
Expand Down

0 comments on commit b82b1a7

Please sign in to comment.