Skip to content

Commit b2b33f9

Browse files
authored
Update test/distribution_wrappers.jl
1 parent 0ed974e commit b2b33f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/distribution_wrappers.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ using Bijectors
1313
@test minimum(nd) == -Inf
1414
@test maximum(nd) == Inf
1515
@test logpdf(nd, 15.0) == 0
16-
@test Bijectors.logpdf_with_trans(nd, 0)
17-
end
16+
@test Bijectors.logpdf_with_trans(nd, 0) == 0
17+
end

0 commit comments

Comments
 (0)