Skip to content

Commit 978d5a2

Browse files
committed
repair invalid usage
1 parent 13a6684 commit 978d5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-ggplot-labels.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ test_that("empty labels work", {
5151
p <- ggplot(palmerpenguins::penguins,
5252
aes(bill_length_mm, bill_depth_mm, color = species)) +
5353
geom_point() +
54-
labs(x = element_blank(), y = element_blank())
54+
labs(x = NULL, y = NULL)
5555
b <- expect_doppelganger_built(p, "labs-element-blank")
5656
})

0 commit comments

Comments
 (0)