Skip to content

Commit aaf812a

Browse files
committed
fix test
1 parent 984528b commit aaf812a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-ggproto.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ test_that("all ggproto methods start with `{` (#6459)", {
5353
# Actual relevant test
5454
failures <- lapply(ggprotos, report_no_bracket)
5555
failures <- failures[lengths(failures) > 0]
56-
expect_equal(failures, list())
56+
expect_equal(names(failures), character())
5757
})

0 commit comments

Comments
 (0)