Skip to content

Commit

Permalink
Fix GenericListBuilder test typo (#5724)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikkon authored May 6, 2024
1 parent 520ad68 commit 8f8fb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-array/src/builder/generic_list_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ mod tests {
}

#[test]
fn test_boxed_primitive_aray_builder() {
fn test_boxed_primitive_array_builder() {
let values_builder = make_builder(&DataType::Int32, 5);
let mut builder = ListBuilder::new(values_builder);

Expand Down

0 comments on commit 8f8fb2e

Please sign in to comment.