Skip to content

Commit

Permalink
Remove whitespace in expected expect strings to make tests succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
rshkv committed Jan 3, 2025
1 parent 159a3aa commit 10a3d48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/iceberg/src/inspect/manifests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ mod tests {
partition_summaries: ListArray
[
StructArray
-- validity:
-- validity:
[
valid,
]
Expand Down
4 changes: 2 additions & 2 deletions crates/iceberg/src/inspect/snapshots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ mod tests {
summary: MapArray
[
StructArray
-- validity:
-- validity:
[
]
[
Expand All @@ -161,7 +161,7 @@ mod tests {
]
],
StructArray
-- validity:
-- validity:
[
]
[
Expand Down

0 comments on commit 10a3d48

Please sign in to comment.