Skip to content

Commit

Permalink
test: fix incorrect test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
sdd committed Sep 22, 2024
1 parent 865e565 commit f088ae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ mod tests {
iceberg_schema_ref.as_ref(),
)?;

assert!(result);
assert!(!result);
Ok(())
}

Expand Down

0 comments on commit f088ae8

Please sign in to comment.