Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Apr 19, 2024
1 parent d30dd41 commit d6f8b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-bm_extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test_that("Query VNP46A4", {

# Daily data
r <- bm_extract(roi_sf = roi_sf,
product_id = "VNP46A3",
product_id = "VNP46A4",
date = 2021,
bearer = bearer)

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-bm_raster.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ test_that("Query VNP46A4", {

# Daily data
r <- bm_raster(roi_sf = roi_sf,
product_id = "VNP46A3",
product_id = "VNP46A4",
date = 2021,
bearer = bearer)

Expand Down

0 comments on commit d6f8b90

Please sign in to comment.