We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a6684 commit 978d5a2Copy full SHA for 978d5a2
tests/testthat/test-ggplot-labels.R
@@ -51,6 +51,6 @@ test_that("empty labels work", {
51
p <- ggplot(palmerpenguins::penguins,
52
aes(bill_length_mm, bill_depth_mm, color = species)) +
53
geom_point() +
54
- labs(x = element_blank(), y = element_blank())
+ labs(x = NULL, y = NULL)
55
b <- expect_doppelganger_built(p, "labs-element-blank")
56
})
0 commit comments