Skip to content

Commit f382d0f

Browse files
committed
fix test
1 parent 6cf7f9a commit f382d0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/geocode_reverso.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ geocode_reverso <- function(pontos,
5151
checkmate::assert_number(dist_max, lower = 500, upper = 100000) # max 100 Km
5252
checkmate::assert_logical(verboso)
5353
checkmate::assert_logical(cache)
54-
checkmate::assert_number(n_cores)
5554

5655
# check if geometry type is POINT
5756
if (any(sf::st_geometry_type(pontos) != 'POINT')) {

0 commit comments

Comments
 (0)