NCoVUtils icon indicating copy to clipboard operation
NCoVUtils copied to clipboard

Wrong year in test resulting in pipelines failing

Open joeHickson opened this issue 3 years ago • 0 comments

https://github.com/epiforecasts/NCoVUtils/blob/191baed9a05a8be463505e8c2c40e30c20cacfd9/tests/testthat/test-get_ecdc_cases.R#L16

I think this was upgraded to 2019 in https://github.com/epiforecasts/NCoVUtils/commit/085f7e8fcd8f6082583483ec6b9002530a8b50c9#diff-c3dfb83338f4821ca49905e9526533c1 but the test was missed out.

https://travis-ci.com/github/epiforecasts/NCoVUtils/builds/175702142

"> test_check("NCoVUtils") ── 1. Failure: get_ecdc_cases data source is unchanged (@test-get_ecdc_cases.R#1 expected_colname %in% colnames isn't true."

joeHickson avatar Jul 15 '20 15:07 joeHickson