Skip to content

Commit deee594

Browse files
committed
refactor(cubesql): Use Default struct update for V1LoadRequestQuery in test_bi_workarounds
1 parent 4932504 commit deee594

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rust/cubesql/cubesql/src/compile/test/test_bi_workarounds.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,9 @@ async fn test_powerbi_count_distinct_with_max_case() {
4545
measures: Some(vec!["KibanaSampleDataEcommerce.countDistinct".to_string()]),
4646
dimensions: Some(vec!["KibanaSampleDataEcommerce.customer_gender".to_string()]),
4747
segments: Some(vec![]),
48-
time_dimensions: None,
4948
order: Some(vec![]),
5049
limit: Some(1000001),
51-
offset: None,
52-
filters: None,
53-
ungrouped: None,
50+
..Default::default()
5451
}
5552
)
5653
}

0 commit comments

Comments
 (0)