We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9bc72 commit 4523c01Copy full SHA for 4523c01
1 file changed
tests/testthat/test_metar_get_historical.R
@@ -20,7 +20,7 @@ test_that("Check incorrect dates with iastate option", {
20
start_date = "2019/01/01",
21
end_date = "2018/12/31",
22
from = "iastate"))
23
- expect_error(metar_get_historical(airport = "FRA",
+ expect_null(metar_get_historical(airport = "FRA",
24
start_date = "2000-05-01",
25
end_date = "2000-05-31",
26
0 commit comments