Skip to content

Commit 4dc56ef

Browse files
committed
2prev
1 parent 23ae110 commit 4dc56ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/plugins/variational_constraints/variational_constraints_tests.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,8 +1162,10 @@ end
11621162
@test occursin("q(y)", source)
11631163

11641164
mf_constraints = GraphPPL.MeanField()
1165-
11661165
source = GraphPPL.source_code(mf_constraints)
1167-
11681166
@test occursin("MeanField", source)
1167+
1168+
nc_constraints = GraphPPL.NoConstraints()
1169+
source = GraphPPL.source_code(nc_constraints)
1170+
@test occursin("NoConstraints", source)
11691171
end

0 commit comments

Comments
 (0)