From ba6e3b8d5337b36b3ea680fa3de393d05bd85d34 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Thu, 28 Nov 2024 19:50:35 +0000 Subject: [PATCH] Fix typo (#730) --- test/debug_utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/debug_utils.jl b/test/debug_utils.jl index d0ef27348..9ca1bc1ba 100644 --- a/test/debug_utils.jl +++ b/test/debug_utils.jl @@ -14,7 +14,7 @@ # Check that the trace contains all the variables in the model. varnames_in_trace = DynamicPPL.DebugUtils.varnames_in_trace(trace) for vn in DynamicPPL.TestUtils.varnames(model) - @test vn in varnames_in_traces + @test vn in varnames_in_trace end # Quick checks for `show` of trace.