Skip to content

Commit a2159c5

Browse files
committed
Fix typo in test
1 parent 33efd7a commit a2159c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/contexts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Base.IteratorEltype(::Type{<:AbstractContext}) = Base.EltypeUnknown()
181181
)
182182
new_vn, new_ctx = DynamicPPL.prefix_and_strip_contexts(ctx4, vn)
183183
@test new_vn == @varname(a.x[1])
184-
@test new_ctx == FixedContext((b=4,)ConditionContext((a=1,)))
184+
@test new_ctx == FixedContext((b=4,), ConditionContext((a=1,)))
185185
end
186186

187187
@testset "evaluation: $(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS

0 commit comments

Comments
 (0)