Skip to content

Commit 5e8fc92

Browse files
authored
test(cubesql): Add forgotten data source for MultiTypeCube (#9096)
1 parent 29cd2fb commit 5e8fc92

File tree

1 file changed

+1
-0
lines changed
  • rust/cubesql/cubesql/src/compile/test

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ pub fn get_test_tenant_ctx_customized(custom_templates: Vec<(String, String)>) -
505505
("Logs".to_string(), "default".to_string()),
506506
("NumberCube".to_string(), "default".to_string()),
507507
("WideCube".to_string(), "default".to_string()),
508+
("MultiTypeCube".to_string(), "default".to_string()),
508509
]
509510
.into_iter()
510511
.collect(),

0 commit comments

Comments
 (0)