aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_occu.R
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testthat/test_occu.R')
-rw-r--r--tests/testthat/test_occu.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_occu.R b/tests/testthat/test_occu.R
index 060bdfe..a524c61 100644
--- a/tests/testthat/test_occu.R
+++ b/tests/testthat/test_occu.R
@@ -179,5 +179,5 @@ test_that("Fitted/residual methods work with ubmsFitOccu",{
expect_is(rp, "gg")
expect_is(rp2, "gg")
expect_is(rp3, "gtable")
- expect_is(mp, "gtable")
+ expect_is(mp, "gg")
})