Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
VLucet committed Aug 24, 2022
1 parent 52b7853 commit f89a484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-csdm.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_that("package fit csdm model correctly", {

checkmate::expect_data_frame(get_biomass(fit))

checkmate::expect_class(plot(delury_model), "gg")
checkmate::expect_class(plot(fit), "gg")

checkmate::expect_class(plot_biomass(delury_model), "gg")
checkmate::expect_class(plot_biomass(fit), "gg")
})

0 comments on commit f89a484

Please sign in to comment.