We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb3079 commit 9991c2eCopy full SHA for 9991c2e
tests/testthat/test-ggplot-sf.R
@@ -54,7 +54,7 @@ test_that("geom_sf() polygons with fill/text.", {
54
# one trace for every fillcolor, one for graticule, one for colorbar
55
expect_length(l$data, length(unique(nc$AREA)) + 2)
56
expect_true(
57
- all(unlist(lapply(l$data, "[[", "hoverinfo")) %in% c("none", "text"))
+ all(unlist(lapply(l$data, "[[", "hoverinfo")) %in% c("skip", "none", "text"))
58
)
59
# graticule styling should inherit from panel.grid.major
60
expect_equivalent(
0 commit comments