Skip to content

Commit c8d0c44

Browse files
committed
test(cubesql): Add forgotten data source for MultiTypeCube
1 parent f17fdac commit c8d0c44

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
@@ -503,6 +503,7 @@ pub fn get_test_tenant_ctx_customized(custom_templates: Vec<(String, String)>) -
503503
("Logs".to_string(), "default".to_string()),
504504
("NumberCube".to_string(), "default".to_string()),
505505
("WideCube".to_string(), "default".to_string()),
506+
("MultiTypeCube".to_string(), "default".to_string()),
506507
]
507508
.into_iter()
508509
.collect(),

0 commit comments

Comments
 (0)