Skip to content

Commit

Permalink
Update test-mvgam-methods.R
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjclark authored Nov 22, 2024
1 parent 072e49a commit a92ee31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-mvgam-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ test_that("plot_mvgam_series gives reasonable outputs", {
series = 'all'))

# And for mvgam objects
expect_no_error(plot_mvgam_series(object = mvgam:::mvgam_example1,
expect_ggplot(plot_mvgam_series(object = mvgam:::mvgam_example1,
series = 1))
expect_ggplot(plot(mvgam:::mvgam_example1, type = 'series'))
expect_no_error(plot(mvgam:::mvgam_example1, type = 'series'))
})

test_that("forecast and ensemble have reasonable outputs", {
Expand Down

0 comments on commit a92ee31

Please sign in to comment.