Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: fix incorrect test assertion
  • Loading branch information
sdd committed Sep 22, 2024
commit fecc4d6722dec383ac4658c527ac1f7fe0dc67bd
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