Skip to content

Commit 2282e25

Browse files
MazterQyoumcheshkov
authored andcommitted
ci: Fix expected panic message
1 parent c881bfa commit 2282e25

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
@@ -1347,9 +1347,7 @@ mod tests {
13471347

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

0 commit comments

Comments
 (0)