Skip to content

Commit

Permalink
calc_lagged remove specific tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellmanware committed Aug 8, 2024
1 parent 93f1584 commit 0ac5db8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/testthat/test-calculate_covariates.R
Original file line number Diff line number Diff line change
Expand Up @@ -1890,11 +1890,6 @@ testthat::test_that("calc_lagged(geom = TRUE) works", {
locs_id = "site_id"
)
)
testthat::expect_true(methods::is(narr_lag_geom_setcols, "SpatVector"))
# expect lag day
testthat::expect_true(grepl("_[0-9]{1}$", names(narr_lag_geom_setcols)[3]))
# expect no NA
testthat::expect_true(all(!is.na(narr_lag_geom_setcols)))
})

## 19. Wrapper ####
Expand Down

0 comments on commit 0ac5db8

Please sign in to comment.