Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into develop
  • Loading branch information
trafficonese committed Apr 1, 2024
2 parents a8d19cb + e399b51 commit 7729029
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/testthat/test-map-controls.R
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,11 @@ test_that("map-control-plugins", {
expect_identical(ts$x$calls[[length(ts$x$calls)]]$args[[1]], "group")
expect_identical(ts$x$calls[[length(ts$x$calls)]]$args[[2]], searchFeaturesOptions())

opts <- searchFeaturesOptions(propertyName = "popup",
initial = TRUE,
openPopup = TRUE)
opts <- searchFeaturesOptions(
propertyName = "popup",
initial = TRUE,
openPopup = TRUE
)
ts <- leaflet() %>%
addProviderTiles(providers$CartoDB.Positron) %>%
addSearchFeatures(
Expand Down

0 comments on commit 7729029

Please sign in to comment.