From 5b8b21258096625b15fe6534e7573c673216a0da Mon Sep 17 00:00:00 2001 From: Baseer Baheer Date: Tue, 22 Aug 2023 14:39:52 +0200 Subject: [PATCH] Update tests/testthat/test-toolGetMapping.R MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Pascal Führlich <82826417+pfuehrlich-pik@users.noreply.github.com> --- tests/testthat/test-toolGetMapping.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-toolGetMapping.R b/tests/testthat/test-toolGetMapping.R index b25a6f20..86abca1c 100644 --- a/tests/testthat/test-toolGetMapping.R +++ b/tests/testthat/test-toolGetMapping.R @@ -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")