Skip to content

Commit

Permalink
Update tests/testthat/test-dbetabinom.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 Aug 24, 2023
1 parent 92d6566 commit 66e9d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-dbetabinom.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dbetabinom ----

test_that("the dbetabinom density for every x support is between 0 and 1.", {
test_that("the dbetabinom density for every x support is between 0 and 1", {
results <- dbetabinom(10, 20, 0.7, 2)
expect_number(results, lower = 0, upper = 1)
})
Expand Down

0 comments on commit 66e9d59

Please sign in to comment.