Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Blizzara committed Jun 8, 2024
1 parent 6c7d83a commit e4b4b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/substrait/tests/cases/logical_plans.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mod tests {

assert_eq!(
format!("{:?}", plan),
"Projection: NOT DATA.a\
"Projection: NOT DATA.a AS EXPR$0\
\n TableScan: DATA projection=[a, b, c, d, e, f]"
);
Ok(())
Expand Down

0 comments on commit e4b4b3d

Please sign in to comment.