Skip to content

Commit

Permalink
#9 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 14, 2022
1 parent 28053d6 commit 08004ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_WCSClient_v1_1.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test_that("WCS 1.1.1 - GeoServer",{
expect_is(sfdem, "WCSCoverageSummary")
sfdem_desc <- sfdem$getDescription()
expect_is(sfdem_desc, "WCSCoverageDescription")

domain <- sfdem_desc$getDomain()
expect_is(domain, "WCSCoverageDomain")
expect_is(domain$getSpatialDomain(), "WCSCoverageSpatialDomain")
})
Expand Down

0 comments on commit 08004ea

Please sign in to comment.