Skip to content

Commit

Permalink
Fix test output
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Nov 6, 2021
1 parent 4136241 commit 92041b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/ipc/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ mod tests {

#[test]
#[should_panic(
expected = "Length spanned by offsets in Utf8 (687865856) is larger than the values array size (41)"
expected = "Last offset 687865856 of Utf8 is larger than values length 41"
)]
fn read_dictionary_be_not_implemented() {
// The offsets are not translated for big-endian files
Expand Down

0 comments on commit 92041b0

Please sign in to comment.