Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BERTHET Clement (Externe) committed Oct 20, 2023
1 parent 7bdd2df commit 16a6bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-map_layout.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ test_that("build objet 'mapLayout' no interactive", {
# bad areas name
bad_area_name <- geo_file
bad_area_name$name <- sample(c("titi", "toto"),
size = length(bad_name$name),
size = length(bad_area_name$name),
replace = TRUE)

bad_area_name <- geojsonio::geojson_write(input = bad_area_name)
Expand Down

0 comments on commit 16a6bac

Please sign in to comment.