Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aboddie authored Dec 5, 2024
1 parent 4261159 commit e02f895
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 @@ -190,7 +190,7 @@ test_that("OECD - datastructure",{
test_that("OECD - data",{
testthat::skip_on_cran()
sdmx <- readSDMX(providerId = "OECD", resource = "data", flowRef = "DSD_PRICES@DF_PRICES_N_CP01",
key = key = list("GRC", NULL, NULL, NULL, NULL, NULL, NULL, NULL), start = 2020, end = 2020)
key = list("GRC", NULL, NULL, NULL, NULL, NULL, NULL, NULL), start = 2020, end = 2020)
if(!is.null(sdmx)){
expect_is(sdmx, "SDMXMessageGroup")
}
Expand Down

0 comments on commit e02f895

Please sign in to comment.