Skip to content

Commit f98ddc7

Browse files
committed
Rename test_utils/main.jl -> test_utils.jl
1 parent c0fd677 commit f98ddc7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/test_utils/main.jl renamed to src/test_utils.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ using Accessors: Accessors
1313
# For backwards compat.
1414
using DynamicPPL: varname_leaves, update_values!!
1515

16-
include("model_interface.jl")
17-
include("models.jl")
18-
include("contexts.jl")
19-
include("varinfo.jl")
20-
include("sampler.jl")
16+
include("test_utils/model_interface.jl")
17+
include("test_utils/models.jl")
18+
include("test_utils/contexts.jl")
19+
include("test_utils/varinfo.jl")
20+
include("test_utils/sampler.jl")
2121

2222
end

0 commit comments

Comments
 (0)