Skip to content

Commit c63f786

Browse files
maxrjonesdcherian
andauthored
Update tests/test_properties.py
Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
1 parent 4c6d805 commit c63f786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_properties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ async def test_vindex(data: st.DataObject) -> None:
179179
zarray = data.draw(
180180
st.one_of(
181181
simple_arrays(shapes=npst.array_shapes(max_dims=4, min_side=1)),
182-
rectilinear_arrays(shapes=npst.array_shapes(max_dims=3, min_side=2, max_side=20)),
182+
rectilinear_arrays(shapes=npst.array_shapes(max_dims=3, min_side=1, max_side=20)),
183183
)
184184
)
185185
nparray = zarray[:]

0 commit comments

Comments
 (0)