diff --git a/test/runtests.jl b/test/runtests.jl index f15374d7..499c2f8b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -462,8 +462,8 @@ end @test std(d) == one($μ) d = Normal(;μ=$μ, $std_param=$val) @test mean(d) == $μ - @test var(d) == abs2($σ) - @test std(d) == $σ + @test var(d) ≈ abs2($σ) + @test std(d) ≈ $σ end end end