diff --git a/test/multivariate/mvlognormal.jl b/test/multivariate/mvlognormal.jl index 89f923b889..7ef76bef2d 100644 --- a/test/multivariate/mvlognormal.jl +++ b/test/multivariate/mvlognormal.jl @@ -19,7 +19,7 @@ function test_mvlognormal(g::MvLogNormal, n_tsamples::Int=10^6, @test partype(g) == Float64 @test isa(mn, Vector{Float64}) if g.normal.μ isa Zeros{Float64,1} - @test md isa Fill{Float64,1} + @test md isa FillArrays.AbstractFill{Float64,1} else @test md isa Vector{Float64} end