Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 6, 2021
1 parent efff364 commit e663cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/array/array_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ mod tests {

#[test]
#[should_panic(
expected = "ListArray data should contain a single buffer only (value offsets)"
expected = "Expected 1 buffers in array of type List"
)]
fn test_list_array_invalid_buffer_len() {
let value_data = ArrayData::builder(DataType::Int32)
Expand Down

0 comments on commit e663cd4

Please sign in to comment.