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 f30de84 commit 84c3e78Copy full SHA for 84c3e78
tests/testthat/test-ggplot-violin.R
@@ -17,7 +17,7 @@ test_that("basic geom_violin works", {
17
gg2 <- ggplot(mtcars, aes(factor(cyl), mpg, fill = factor(cyl))) + geom_violin()
18
19
test_that("geom_violin with fill aes works", {
20
- L <- save_outputs(gg2, "violin")
+ L <- save_outputs(gg2, "violin-aes")
21
expect_equal(length(L$data), 3)
22
expect_true(L$layout$showlegend)
23
expect_equal(sum(unlist(lapply(L$data, "[[", "showlegend"))), 3)
0 commit comments