Skip to content

Commit 2b84fdc

Browse files
committed
amend test
1 parent 3dd3566 commit 2b84fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-rasterize_lidar_cover_class.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ test_that("rasterize_lidar_cover_class works", {
33
pza.cover <- rasterize_lidar_cover_class(pza, res = 1)
44

55
expect_equal(as.numeric(head(terra::values(pza.cover), n = 40)),
6-
c(6, 6, 6, 6, 6, 6, NA, NA, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6+
c(6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
77
6, 2, 2, 2, 2, NA, NA, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6)
88
)
99
})

0 commit comments

Comments
 (0)