Skip to content

Commit 02d0e38

Browse files
committed
Fix test
1 parent 8efd726 commit 02d0e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-schema/src/schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ mod tests {
432432
if let Err(e) = projected {
433433
assert_eq!(
434434
e.to_string(),
435-
"Error indexing field: project index 3 out of bounds, max field 3"
435+
"Schema error: project index 3 out of bounds, max field 3"
436436
.to_string()
437437
)
438438
}

0 commit comments

Comments
 (0)