Skip to content

Commit 247f754

Browse files
Update test/debug_utils.jl
Co-authored-by: Penelope Yong <[email protected]>
1 parent 1b91a72 commit 247f754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/debug_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# HACK: Require a model to instantiate it, so let's just grab one.
44
model = first(DynamicPPL.TestUtils.DEMO_MODELS)
55
context = DynamicPPL.DebugUtils.DebugContext(model)
6-
DynamicPPL.TestUtils.test_context(context)
6+
DynamicPPL.TestUtils.test_context(context, model)
77
end
88

99
@testset "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS

0 commit comments

Comments
 (0)