Skip to content

Commit 8761f51

Browse files
committed
Update test-01-zip-lookups.R
1 parent 03c7295 commit 8761f51

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/testthat/test-01-zip-lookups.R

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,6 @@ test_that("search_radius() returns a single ZIP code when centroid of ZIP is sub
248248
expect_equal(nrow(result), 1)
249249
})
250250

251-
test_that("search_radius() output is consistent with zip_distance()", {
252-
result <- search_radius(39.9, -74.3, 10)
253-
expect_equal(
254-
zip_distance(result$zipcode[1], result$zipcode[2]),
255-
round(result$distance[2], digits = 2)
256-
)
257-
})
258251

259252
################
260253
# geocode_zip()#

0 commit comments

Comments
 (0)