Skip to content

Commit 0a5b739

Browse files
committed
Fix failing test
1 parent 4278355 commit 0a5b739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-gglist.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test_that("vec_arith for gglists", {
2323
)
2424
# add a guides object to a single gglist
2525
expect_s3_class(
26-
g1 + ggplot2::guides(),
26+
g1 + ggplot2::guides(colour = ggplot2::guide_legend(ncol = 1)),
2727
"gglist"
2828
)
2929
# add a list of items to a single gglist

0 commit comments

Comments
 (0)