Skip to content

Commit

Permalink
Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
stangandaho committed Apr 29, 2024
1 parent 0f79d61 commit 734b0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-nm_predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ test_that("test for ensemble, mask, and suit. values above threshold", {
con_thr = TRUE
)

expect_true(length(unique(p[[1]][[2]]) %>% dplyr::pull()) > 100)
expect_true(terra::size(p[[1]][[2]]) > 100)
expect_false(terra::ext(p[[1]]) == ext(somevar))
})

Expand Down

0 comments on commit 734b0a7

Please sign in to comment.