Skip to content

Commit

Permalink
format test code
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Feb 18, 2024
1 parent 72012b6 commit 6967050
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wrappers/src/fdw/clickhouse_fdw/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ mod tests {
.expect("handle");

rt.block_on(async {
handle
.execute("DROP TABLE IF EXISTS test_table")
.await?;
handle.execute("DROP TABLE IF EXISTS test_table").await?;
handle
.execute("CREATE TABLE test_table (id INT, name TEXT) engine = Memory")
.await
Expand Down

0 comments on commit 6967050

Please sign in to comment.