Skip to content

Commit 42ab30d

Browse files
committed
fix test
1 parent 9816123 commit 42ab30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-animate-highlight.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ test_that("sf works with crosstalk", {
375375

376376
nc <- sf::st_read(system.file("shape/nc.shp", package = "sf"))
377377
# shared data will make the polygons "query-able"
378-
ncsd <- SharedData$new(nc)
378+
ncsd <- crosstalk::SharedData$new(nc)
379379
p <- ggplot(ncsd) +
380380
geom_sf(aes(fill = AREA, text = paste0(NAME, "\n", "FIPS: ", FIPS))) +
381381
ggthemes::theme_map()

0 commit comments

Comments
 (0)