Skip to content

Commit 407c01c

Browse files
committed
[DROP ME] Change to trigger test runs
1 parent 95088cc commit 407c01c

File tree

1 file changed

+1
-1
lines changed
  • rust/cubesql/cubesql/src/compile/engine/df

1 file changed

+1
-1
lines changed

rust/cubesql/cubesql/src/compile/engine/df/scan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ mod tests {
13641364
impl TransportService for TestConnectionTransport {
13651365
// Load meta information about cubes
13661366
async fn meta(&self, _ctx: AuthContextRef) -> Result<Arc<MetaContext>, CubeError> {
1367-
panic!("It's a fake transport");
1367+
panic!("It's a fake transport 2");
13681368
}
13691369

13701370
async fn sql(

0 commit comments

Comments
 (0)