Skip to content

Commit 574f0b4

Browse files
committed
fix a test
1 parent 5d07c26 commit 574f0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ext/DynamicPPLMCMCChainsExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using DynamicPPL, Distributions, MCMCChains, Test, AbstractMCMC
2020
@test size(c, 1) == 50
2121
@test size(c, 3) == 3
2222
@test Set(c.name_map.parameters) == Set([:x, :y])
23-
@test Set(c.name_map.internals) == Set([:logprior, :loglikelihood, :lp])
23+
@test Set(c.name_map.internals) == Set([:logprior, :loglikelihood, :logjoint])
2424
@test logpdf.(Normal(), c[:x]) c[:logprior]
2525
@test c.info.varname_to_symbol[@varname(x)] == :x
2626
@test c.info.varname_to_symbol[@varname(y)] == :y

0 commit comments

Comments
 (0)