Skip to content

Commit e06591b

Browse files
Update test/runtests.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 696bb3d commit e06591b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ include("test_util.jl")
8080

8181
@testset "doctests" begin
8282
DocMeta.setdocmeta!(
83-
DynamicPPL,
84-
:DocTestSetup,
85-
:(using DynamicPPL, Distributions);
86-
recursive=true,
83+
DynamicPPL, :DocTestSetup, :(using DynamicPPL, Distributions); recursive=true
8784
)
8885
doctestfilters = [
8986
# Older versions will show "0 element Array" instead of "Type[]".

0 commit comments

Comments
 (0)