Skip to content

Commit

Permalink
#67 align unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Feb 10, 2016
1 parent 7495cf3 commit 75651c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_Main_Helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ test_that("UIS - dataflow",{
test_that("UIS - datastructure",{
testthat::skip_on_travis()
testthat::skip_on_cran()
sdmx <- readSDMX(agencyId = "UIS", resource = "datastructure", resourceId = "all")
sdmx <- readSDMX(agencyId = "UIS", resource = "datastructure", resourceId = "EDULIT_DS")
if(!is.null(sdmx)){
expect_is(sdmx, "SDMXDataStructureDefinition")
}
Expand Down

0 comments on commit 75651c5

Please sign in to comment.