Skip to content

Commit

Permalink
fix bug in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Clark committed Sep 11, 2024
1 parent 3ced10d commit 9f793eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-binomial.R
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ test_that("binomial() post-processing works", {
silent = 2))
fc <- forecast(mod)
expect_true(inherits(fc, 'mvgam_forecast'))
expect_no_error(plot_mvgam_uncertainty(mod))
expect_error(plot_mvgam_uncertainty(mod))
expect_error(stability(mod))
})

# All tests should apply to beta_binomial as well
Expand Down

0 comments on commit 9f793eb

Please sign in to comment.