Skip to content

Commit

Permalink
Merge pull request #1288 from M3nin0/dc-methods-doc
Browse files Browse the repository at this point in the history
fix raster test
  • Loading branch information
gilbertocamara authored Feb 12, 2025
2 parents a5295f2 + 322ec6a commit 9af7c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-raster.R
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ test_that("Raster GDAL datatypes", {
expect_equal(gdal_type, "UInt16")
})
test_that("Raster terra interface", {
r_obj <- .raster_new_rast.terra(
r_obj <- .raster_new_rast(
nrows = 766,
ncols = 1307,
xmin = 534780,
Expand All @@ -921,7 +921,7 @@ test_that("Raster terra interface", {
expect_equal(ncol(r_obj), 1307)
expect_equal(terra::xmin(r_obj), 534780)

r_obj_1 <- .raster_new_rast.terra(
r_obj_1 <- .raster_new_rast(
nrows = 766,
ncols = 1307,
xmin = 534780,
Expand Down

0 comments on commit 9af7c1a

Please sign in to comment.