Skip to content

Commit 07946a7

Browse files
committed
Clarify testset name
1 parent 907d24f commit 07946a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test_utils/contexts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
function test_parent_context(context::DynamicPPL.AbstractContext, model::DynamicPPL.Model)
6060
@test DynamicPPL.NodeTrait(context) isa DynamicPPL.IsParent
6161

62-
@testset "{set,}{leaf,child}context" begin
62+
@testset "get/set leaf and child contexts" begin
6363
# Ensure we're using a different leaf context than the current.
6464
leafcontext_new = if DynamicPPL.leafcontext(context) isa DefaultContext
6565
DynamicPPL.DynamicTransformationContext{false}()

0 commit comments

Comments
 (0)