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 3510247 commit 9b1ad3cCopy full SHA for 9b1ad3c
tests/testthat/test-ggplot-ribbon.R
@@ -26,7 +26,7 @@ p1 <- ggplot(data = huron) +
26
test_that("geom_ribbon() creates 1 trace & respects alpha transparency", {
27
info <- expect_traces(p1, 1, "alpha")
28
tr <- info$traces[[1]]
29
- expect_match(L2[[1]]$fillcolor, "0.1)", fixed=TRUE)
+ expect_match(tr$fillcolor, "0.1)", fixed=TRUE)
30
})
31
32
p2 <- ggplot(data = huron, aes(group = factor(decade))) +
0 commit comments