Skip to content

Commit

Permalink
test(cubesql): Add forgotten logger init in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcheshkov committed Aug 28, 2024
1 parent 0959f7d commit 5380306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/cubesql/cubesql/src/compile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ mod tests {

#[tokio::test]
async fn test_coalesce_two_dimensions() {
init_testing_logger();

let query_plan = convert_select_to_query_plan(
// language=PostgreSQL
r#"
Expand Down

0 comments on commit 5380306

Please sign in to comment.