Skip to content

Commit 9b1ad3c

Browse files
committed
grr. now tests should work
1 parent 3510247 commit 9b1ad3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-ggplot-ribbon.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ p1 <- ggplot(data = huron) +
2626
test_that("geom_ribbon() creates 1 trace & respects alpha transparency", {
2727
info <- expect_traces(p1, 1, "alpha")
2828
tr <- info$traces[[1]]
29-
expect_match(L2[[1]]$fillcolor, "0.1)", fixed=TRUE)
29+
expect_match(tr$fillcolor, "0.1)", fixed=TRUE)
3030
})
3131

3232
p2 <- ggplot(data = huron, aes(group = factor(decade))) +

0 commit comments

Comments
 (0)