Skip to content

Commit

Permalink
Update tests/testthat/test-postprobDist.R
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Sabanes Bove <[email protected]>
  • Loading branch information
audreyyeoCH and danielinteractive authored Nov 17, 2023
1 parent dc8d311 commit 2a4c3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-postprobDist.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test_that("postprobDist gives incrementally higher values with increase x suppor
expect_identical(result, c(expected_lower, expected_higher))
})

test_that("postprobDist gives the correct number result", {
test_that("postprobDist gives the correct result for a beta-mixture example", {
result <- postprobDist(
x = 10,
n = 23,
Expand Down

0 comments on commit 2a4c3b3

Please sign in to comment.