aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_occuFP.R
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testthat/test_occuFP.R')
-rw-r--r--tests/testthat/test_occuFP.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_occuFP.R b/tests/testthat/test_occuFP.R
index f1381bb..fc61461 100644
--- a/tests/testthat/test_occuFP.R
+++ b/tests/testthat/test_occuFP.R
@@ -22,7 +22,7 @@ test_that("occuFP model can be fit",{
m1 <- occuFP(detformula = ~ METH, FPformula = ~1,
stateformula = ~ habitat, data = umf1)
expect_equal(names(m1), c("state","det","fp"))
- expect_warning(fl <- fitList(m1,m1))
+ expect_message(fl <- fitList(m1,m1))
expect_is(fl,"unmarkedFitList")
expect_equal(length(fl@fits), 2)