Skip to content

Commit

Permalink
fix test #202
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Oct 27, 2022
1 parent c903d3b commit 6f8c2a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_ISODataIdentification.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ test_that("encoding",{
#adding extent
extent <- ISOExtent$new()
bbox <- ISOGeographicBoundingBox$new(minx = -180, miny = -90, maxx = 180, maxy = 90)
extent$setGeographicElement(bbox)
extent$addGeographicElement(bbox)
md$addExtent(extent)

#add keywords
Expand Down Expand Up @@ -365,7 +365,7 @@ test_that("encoding - i18n",{
#adding extent
extent <- ISOExtent$new()
bbox <- ISOGeographicBoundingBox$new(minx = -180, miny = -90, maxx = 180, maxy = 90)
extent$setGeographicElement(bbox)
extent$addGeographicElement(bbox)
md$addExtent(extent)

#add keywords
Expand Down

0 comments on commit 6f8c2a3

Please sign in to comment.