Skip to content

Commit 4523c01

Browse files
committed
change to expect_null
1 parent 8e9bc72 commit 4523c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test_metar_get_historical.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test_that("Check incorrect dates with iastate option", {
2020
start_date = "2019/01/01",
2121
end_date = "2018/12/31",
2222
from = "iastate"))
23-
expect_error(metar_get_historical(airport = "FRA",
23+
expect_null(metar_get_historical(airport = "FRA",
2424
start_date = "2000-05-01",
2525
end_date = "2000-05-31",
2626
from = "iastate"))

0 commit comments

Comments
 (0)