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 984528b commit aaf812aCopy full SHA for aaf812a
tests/testthat/test-ggproto.R
@@ -53,5 +53,5 @@ test_that("all ggproto methods start with `{` (#6459)", {
53
# Actual relevant test
54
failures <- lapply(ggprotos, report_no_bracket)
55
failures <- failures[lengths(failures) > 0]
56
- expect_equal(failures, list())
+ expect_equal(names(failures), character())
57
})
0 commit comments