Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Sep 14, 2022
1 parent 8efd726 commit 02d0e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-schema/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ mod tests {
if let Err(e) = projected {
assert_eq!(
e.to_string(),
"Error indexing field: project index 3 out of bounds, max field 3"
"Schema error: project index 3 out of bounds, max field 3"
.to_string()
)
}
Expand Down

0 comments on commit 02d0e38

Please sign in to comment.