Skip to content

Commit 43fe5ec

Browse files
committed
fix
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 3f7569c commit 43fe5ec

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

vortex-array/src/arrays/masked/tests.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,5 @@ fn test_masked_child_preserves_length(#[case] validity: Validity) {
101101
assert_eq!(array.len(), len);
102102

103103
let mut ctx = LEGACY_SESSION.create_execution_ctx();
104-
assert!(
105-
array
106-
.validity()
107-
.mask_eq(&validity, &mut ctx)
108-
.unwrap(),
109-
);
104+
assert!(array.validity().mask_eq(&validity, &mut ctx).unwrap(),);
110105
}

0 commit comments

Comments
 (0)