Skip to content

Commit 80d77bf

Browse files
committed
Fix tests
1 parent a0d6e06 commit 80d77bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_basics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ arrayts = (Array, JLArray)
342342
bc = Broadcast.broadcasted(+, a, a)
343343
a′ = similar(bc, Float32)
344344
@test a′ isa BlockSparseArray{Float32}
345-
@test blocktype(a′) <: arrayt{Float32,3}
345+
@test blocktype(a′) <: arrayt{Float32,2}
346346
@test axes(a) == (blockedrange([2, 3]), blockedrange([3, 4]))
347347

348348
# Test similar on broadcasted expressions with axes specified.

0 commit comments

Comments
 (0)