Skip to content

Commit

Permalink
removed failing geocode test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Jan 15, 2025
1 parent 79cac32 commit 4651592
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/testthat/test-geocode.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,6 @@ tester <- function(addresses_table = input_df,
geocode(addresses_table, address_fields, n_cores, progress, cache)
}


test_that("expected output", {

# warning due do non numeric characters in the field number
# expect_warning(df <- tester())

# size of the output
expect_true(nrow(df)==28)

})


test_that("errors with incorrect input", {
expect_error(tester(unclass(input_df)))

Expand Down

0 comments on commit 4651592

Please sign in to comment.