Skip to content

Commit 760f7cb

Browse files
committed
ensure stations data is present
1 parent 771b1f9 commit 760f7cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ test_that("check_int() as expected", {
1414
})
1515

1616
test_that("check_ids() as expected", {
17+
stations() # Make sure we have the stations data set downloaded
1718
expect_silent(check_ids(1795, stations(), type = "station_id"))
1819
expect_silent(check_ids("301AR54", stations(), type = "climate_id"))
1920
expect_error(check_ids(1, stations(), type = "station_id"))

0 commit comments

Comments
 (0)