Skip to content

Commit

Permalink
test(cubesql): Add forgotten data source for MultiTypeCube (#9096)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcheshkov authored Jan 16, 2025
1 parent 29cd2fb commit 5e8fc92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/cubesql/cubesql/src/compile/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ pub fn get_test_tenant_ctx_customized(custom_templates: Vec<(String, String)>) -
("Logs".to_string(), "default".to_string()),
("NumberCube".to_string(), "default".to_string()),
("WideCube".to_string(), "default".to_string()),
("MultiTypeCube".to_string(), "default".to_string()),
]
.into_iter()
.collect(),
Expand Down

0 comments on commit 5e8fc92

Please sign in to comment.