Skip to content

Commit f6efbf2

Browse files
committed
Fix tests
1 parent a5bc15d commit f6efbf2

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
@@ -154,7 +154,7 @@ using Test: @test, @test_broken, @test_throws, @testset
154154
@test !hasqns(a)
155155

156156
r = gradedrange([U1(0) => 2, U1(1) => 2])
157-
d = BlockSparseArray{Float64}(r, dual(r))
157+
d = BlockSparseArray{Float64}(undef, r, dual(r))
158158
d[Block(1, 1)] = randn(2, 2)
159159
d[Block(2, 2)] = randn(2, 2)
160160
i = Index(r)

0 commit comments

Comments
 (0)