Skip to content

Commit

Permalink
Enable the slice unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jan 15, 2023
1 parent 07f9e46 commit c447607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow2_convert/tests/test_enum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn test_nested_unit_variant() {
}

// TODO: reenable this test once slices for enums is fixed.
//#[test]
#[test]
#[allow(unused)]
fn test_slice() {
#[derive(Debug, PartialEq, ArrowField, ArrowSerialize, ArrowDeserialize)]
Expand Down

0 comments on commit c447607

Please sign in to comment.