Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabern committed Aug 22, 2024
1 parent 2259d43 commit 5fa1307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_grsofun.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5fa1307

Please sign in to comment.