Skip to content

Commit 57c42f4

Browse files
committed
Fix tests
1 parent 630b9de commit 57c42f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/elasticarray.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ using Random, LinearAlgebra
5555

5656
@testset "size, length and index style" begin
5757
let A = ElasticArray{Float32}(undef, 2, 5)
58+
rand!(A)
5859
@test vec(A) === A.data
5960
@test vec(A) == vec(Array(A))
6061
end

0 commit comments

Comments
 (0)