Skip to content

Commit fda9329

Browse files
authored
Merge branch 'master' into torfjelde/minor-bugfixes
2 parents 90c2df0 + ba6e3b8 commit fda9329

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
@@ -14,7 +14,7 @@
1414
# Check that the trace contains all the variables in the model.
1515
varnames_in_trace = DynamicPPL.DebugUtils.varnames_in_trace(trace)
1616
for vn in DynamicPPL.TestUtils.varnames(model)
17-
@test vn in varnames_in_traces
17+
@test vn in varnames_in_trace
1818
end
1919

2020
# Quick checks for `show` of trace.

0 commit comments

Comments
 (0)