We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4278355 commit 0a5b739Copy full SHA for 0a5b739
tests/testthat/test-gglist.R
@@ -23,7 +23,7 @@ test_that("vec_arith for gglists", {
23
)
24
# add a guides object to a single gglist
25
expect_s3_class(
26
- g1 + ggplot2::guides(),
+ g1 + ggplot2::guides(colour = ggplot2::guide_legend(ncol = 1)),
27
"gglist"
28
29
# add a list of items to a single gglist
0 commit comments