Skip to content

Commit 84c3e78

Browse files
committed
unique test names
1 parent f30de84 commit 84c3e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-ggplot-violin.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test_that("basic geom_violin works", {
1717
gg2 <- ggplot(mtcars, aes(factor(cyl), mpg, fill = factor(cyl))) + geom_violin()
1818

1919
test_that("geom_violin with fill aes works", {
20-
L <- save_outputs(gg2, "violin")
20+
L <- save_outputs(gg2, "violin-aes")
2121
expect_equal(length(L$data), 3)
2222
expect_true(L$layout$showlegend)
2323
expect_equal(sum(unlist(lapply(L$data, "[[", "showlegend"))), 3)

0 commit comments

Comments
 (0)