Skip to content

Commit e4b4b3d

Browse files
author
Arttu Voutilainen
committed
fix a test
1 parent 6c7d83a commit e4b4b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/substrait/tests/cases/logical_plans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mod tests {
4848

4949
assert_eq!(
5050
format!("{:?}", plan),
51-
"Projection: NOT DATA.a\
51+
"Projection: NOT DATA.a AS EXPR$0\
5252
\n TableScan: DATA projection=[a, b, c, d, e, f]"
5353
);
5454
Ok(())

0 commit comments

Comments
 (0)