Skip to content

Commit

Permalink
Fix nightly tests (#4709)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Aug 17, 2023
1 parent 8102911 commit 31c81c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arrow-array/src/array/binary_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,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 31c81c5

Please sign in to comment.