Skip to content

Commit 6f8c2a3

Browse files
committed
fix test #202
1 parent c903d3b commit 6f8c2a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test_ISODataIdentification.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test_that("encoding",{
8888
#adding extent
8989
extent <- ISOExtent$new()
9090
bbox <- ISOGeographicBoundingBox$new(minx = -180, miny = -90, maxx = 180, maxy = 90)
91-
extent$setGeographicElement(bbox)
91+
extent$addGeographicElement(bbox)
9292
md$addExtent(extent)
9393

9494
#add keywords
@@ -365,7 +365,7 @@ test_that("encoding - i18n",{
365365
#adding extent
366366
extent <- ISOExtent$new()
367367
bbox <- ISOGeographicBoundingBox$new(minx = -180, miny = -90, maxx = 180, maxy = 90)
368-
extent$setGeographicElement(bbox)
368+
extent$addGeographicElement(bbox)
369369
md$addExtent(extent)
370370

371371
#add keywords

0 commit comments

Comments
 (0)