Skip to content

Commit

Permalink
Fix use in clickhouse test for chrono-tz dep change
Browse files Browse the repository at this point in the history
Signed-off-by: Darach Ennis <darach@gmail.com>
  • Loading branch information
darach committed May 14, 2024
1 parent 9bb1e44 commit adf0dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tremor-connectors/tests/clickhouse/more_complex_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use std::{
use super::utils;
use anyhow::{bail, Ok, Result};
use chrono::DateTime;
use chrono_tz::Tz;
use clickhouse_chrono_tz::Tz;
use clickhouse_rs::Pool;
use log::error;
use testcontainers::runners::AsyncRunner;
Expand Down

0 comments on commit adf0dc0

Please sign in to comment.