From 5fa1307ddca6b8db7b9bcaa1bea03f930fd579c4 Mon Sep 17 00:00:00 2001 From: Fabian Bernhard <10245680+fabern@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:17:33 +0200 Subject: [PATCH] Fix typo in test --- tests/testthat/test_grsofun.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test_grsofun.R b/tests/testthat/test_grsofun.R index 048d28b..ac1bf88 100644 --- a/tests/testthat/test_grsofun.R +++ b/tests/testthat/test_grsofun.R @@ -63,7 +63,7 @@ testthat::test_that("test grsofun_tidy()", { list(res_landmask = data.frame(input_path = NA, msg = "No landmask file found."), res_whc = data.frame(input_path = NA, msg = "No whc file found."), res_elv = data.frame(input_path = NA, msg = "No elv file found."), - res_climate_list = data.frame(input_path = NA, msg = "No climate file found."), + res_climate_df = data.frame(input_path = NA, msg = "No climate file found."), res_fapar = data.frame(input_path = NA, msg = "No fapar file found."))) # Test subset of certain longitudes: (only test landmask and , keep others at NA)