From e663cd46dd804eb0df9702eb71c2cd48e2fff04f Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 6 Oct 2021 08:48:49 -0400 Subject: [PATCH] fixup test --- arrow/src/array/array_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/src/array/array_list.rs b/arrow/src/array/array_list.rs index 0489271189ba..cff576bc4a04 100644 --- a/arrow/src/array/array_list.rs +++ b/arrow/src/array/array_list.rs @@ -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)