Skip to content

Commit

Permalink
Re-change getmask test
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 2, 2023
1 parent d86486c commit fb93c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-getmask.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ test_that("getmask", {
data(DTMParacou)
mask <- getmask(Paracou6_2016, DTMParacou)
# See issue #67 for possible error
expect_true(inherits(mask, "SpatialPolygonsDataFrame"))
expect_true(inherits(mask, "SpatialPolygons"))
})

0 comments on commit fb93c4c

Please sign in to comment.