Skip to content

Commit

Permalink
Replace station in test with one that's reconised in isd-history (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks authored Jul 21, 2024
1 parent 6bea2ff commit 08ac535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-get_GSOD.R
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ test_that("max_missing is not allowed for current year", {
test_that("unique stations are returned, tempdir() is cleaned up on exit", {
skip_if_offline()
a <- get_GSOD(years = 1929, station = "039800-99999")
b <- get_GSOD(years = 1929, station = "990061-99999")
b <- get_GSOD(years = 1929, station = "039730-99999")
expect_false(isTRUE(list.files(
tempdir(),
pattern = ".csv$",
Expand Down

0 comments on commit 08ac535

Please sign in to comment.