Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Dec 19, 2024
1 parent b9fe799 commit b2ee6b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2002,7 +2002,7 @@ mod tests {

assert_contains!(
&display,
"pruning_predicate=NOT c1_null_count@2 = c1_row_count@3 AND (c1_min@0 != bar OR bar != c1_max@1)"
"pruning_predicate=c1_null_count@2 != c1_row_count@3 AND (c1_min@0 != bar OR bar != c1_max@1)"
);

assert_contains!(&display, r#"predicate=c1@0 != bar"#);
Expand Down

0 comments on commit b2ee6b5

Please sign in to comment.