Skip to content

Commit

Permalink
Fix nightly tests (apache#4709)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored and ovr committed Apr 2, 2024
1 parent 7bd1b38 commit 77b9d59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arrow/src/array/array_binary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1021,9 +1021,7 @@ mod tests {

#[test]
#[should_panic(
expected = "assertion failed: `(left == right)`\n left: `UInt32`,\n \
right: `UInt8`: BinaryArray can only be created from List<u8> arrays, \
mismatched data types."
expected = "BinaryArray can only be created from List<u8> arrays, mismatched data types."
)]
fn test_binary_array_from_incorrect_list_array() {
let values: [u32; 12] = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11];
Expand Down

0 comments on commit 77b9d59

Please sign in to comment.