Skip to content

Commit aaf302e

Browse files
committed
fix typo
1 parent 154b779 commit aaf302e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-ggplot-smooth.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ p8 <- qplot(carat, price, data = d) + facet_wrap(~cut) +
6262

6363
test_that("geom_smooth() works with facets", {
6464
# 3 traces for each panel
65-
info <- expect_traces(p8, 15, "fill2")
65+
info <- expect_traces(p8, 15, "facet")
6666
})
6767

0 commit comments

Comments
 (0)