Skip to content

Commit 8fe9e06

Browse files
tustvoldovr
authored andcommitted
Fix nightly tests (apache#4709)
1 parent c054941 commit 8fe9e06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

arrow/src/array/array_binary.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,9 +1021,7 @@ mod tests {
10211021

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

0 commit comments

Comments
 (0)