Skip to content

Commit

Permalink
fix: failing clickhouse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Sep 13, 2023
1 parent b62f837 commit e1aa8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/src/fdw/clickhouse_fdw/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mod tests {
Spi::connect(|mut c| {
let clickhouse_pool = ch::Pool::new("tcp://default:@localhost:9000/supa");

let rt = create_async_runtime();
let rt = create_async_runtime().expect("failed to create runtime");
let mut handle = rt
.block_on(async { clickhouse_pool.get_handle().await })
.expect("handle");
Expand Down

0 comments on commit e1aa8ff

Please sign in to comment.