Skip to content

Commit

Permalink
Update test/namedtuple/productnamedtuple.jl
Browse files Browse the repository at this point in the history
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
sethaxen and devmotion authored Sep 5, 2024
1 parent 1eabd23 commit 28a7c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/namedtuple/productnamedtuple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ using Test

@testset "show" begin
d = ProductNamedTupleDistribution((x=Gamma(1.0, 2.0), y=Normal()))
@test sprint(show, d) == """
@test repr(d) == """
ProductNamedTupleDistribution{(:x, :y)}(
x: Gamma{Float64}(α=1.0, θ=2.0)
y: Normal{Float64}(μ=0.0, σ=1.0)
Expand Down

0 comments on commit 28a7c00

Please sign in to comment.