Skip to content

Commit ba6e3b8

Browse files
authored
Fix typo (#730)
1 parent 2344689 commit ba6e3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/debug_utils.jl

+1-1
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)