Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jan 8, 2024
1 parent f85025c commit 6f85ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/wipe-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Clear all Github actions caches manually
on:
workflow_dispatch:
schedule:
- cron: '0 16 15 * *'

jobs:
cache-clear:
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-reverse_geo_lite_sf.R
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ test_that("Dedupe", {
lats <- rep(c(40.75728, 55.95335), 50)
longs <- rep(c(-73.98586, -3.188375), 50)

expect_silent(dup <- reverse_geo_lite_sf(lats, longs))
expect_silent(dup <- reverse_geo_lite_sf(lats, longs, progressbar = FALSE))

expect_s3_class(dup, "sf")
expect_s3_class(dup, "tbl")
Expand Down

0 comments on commit 6f85ef5

Please sign in to comment.