Skip to content

Commit

Permalink
Update tests/testthat/test-toolGetMapping.R
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Führlich <82826417+pfuehrlich-pik@users.noreply.github.com>
  • Loading branch information
whitehacker and pfuehrlich-pik authored Aug 22, 2023
1 parent 62b13fd commit 5b8b212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-toolGetMapping.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test_that("toolGetMapping works", {
expect_error(toolGetMapping("test.xyz"), "Unsupported filetype")

readTest <- function() {
toolGetMapping("test.csv", type = "regional")
toolGetMapping("regionmappingH12.csv", type = "regional")
return(as.magpie(1))
}
globalassign("readTest")
Expand Down

0 comments on commit 5b8b212

Please sign in to comment.