Skip to content

Commit

Permalink
Update tests/testthat/test_01-inputdata.R
Browse files Browse the repository at this point in the history
Co-authored-by: orichters <[email protected]>
  • Loading branch information
dklein-pik and orichters authored Oct 14, 2024
1 parent eadb13a commit 3133317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_01-inputdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test_that("Are all input data files present?", {
if (length(missinginput) > 0) {
lockID <- gms::model_lock(folder = "../..")
w <- capture_warnings(updateInputData(cfg = gms::readDefaultConfig("../.."), remindPath = "../.."))
# ignore warning about missing historical.mif, raise warning if there were other wargnings
# ignore warning about missing historical.mif, raise warning if there were other warnings
ignore <- "File historical.mif seems to be missing!"
w <- setdiff(w, ignore)
if (length(w) > 0) {
Expand Down

0 comments on commit 3133317

Please sign in to comment.