diff --git a/test/runtests.jl b/test/runtests.jl index 178ed6c84..bd9d52858 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -80,10 +80,7 @@ include("test_util.jl") @testset "doctests" begin DocMeta.setdocmeta!( - DynamicPPL, - :DocTestSetup, - :(using DynamicPPL, Distributions); - recursive=true, + DynamicPPL, :DocTestSetup, :(using DynamicPPL, Distributions); recursive=true ) doctestfilters = [ # Older versions will show "0 element Array" instead of "Type[]".