Skip to content

Commit 8def112

Browse files
committed
fixup
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent a8164e6 commit 8def112

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

encodings/alp/src/alp/plugin.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ mod tests {
8787
use vortex_array::IntoArray;
8888
use vortex_array::arrays::PatchedArray;
8989
use vortex_array::arrays::PrimitiveArray;
90-
use vortex_array::arrays::patched::PatchedArrayExt;
90+
use vortex_array::arrays::patched::PatchedArraySlotsExt;
9191
use vortex_array::buffer::BufferHandle;
9292
use vortex_array::session::ArraySession;
9393
use vortex_array::session::ArraySessionExt;
@@ -147,7 +147,7 @@ mod tests {
147147
.map_err(|a| vortex_err!("Expected Patched, got {}", a.encoding_id()))?;
148148

149149
let inner_alp: ALPArray = patched
150-
.base_array()
150+
.inner()
151151
.clone()
152152
.try_downcast()
153153
.map_err(|a| vortex_err!("Expected inner ALP, got {}", a.encoding_id()))?;

0 commit comments

Comments
 (0)