Skip to content

Commit

Permalink
Fix arg name
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Aug 7, 2024
1 parent d23854a commit b882630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-tiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ testthat::test_that("Checking of tile providers works correctly", {
)

expect_no_error(
leaflet() %>% addProviderTiles("FAKETILESET123", .check = FALSE)
leaflet() %>% addProviderTiles("FAKETILESET123", check = FALSE)
)

expect_error(
Expand Down

0 comments on commit b882630

Please sign in to comment.