Skip to content

Commit

Permalink
rename to consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Dec 20, 2024
1 parent 249f457 commit 6caa32e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/tests/cdf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ fn unconditional_delete() -> DeltaResult<()> {

#[test]
fn conditional_delete_all_rows() -> DeltaResult<()> {
let batches = read_cdf_for_table("cdf-table-conditional-delete-all-rows", 0, None, None)?;
let batches = read_cdf_for_table("cdf-table-delete-conditional-all-rows", 0, None, None)?;
let mut expected = vec![
"+----+--------------+-----------------+",
"| id | _change_type | _commit_version |",
Expand Down
Binary file not shown.

0 comments on commit 6caa32e

Please sign in to comment.