Skip to content

Commit 9c21ed7

Browse files
Ignore argument checks on geom_area()
1 parent 0cff7cd commit 9c21ed7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat/test-function-args.r

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ test_that("geom_xxx and GeomXxx$draw arg defaults match", {
1313
# These aren't actually geoms, or need special parameters and can't be tested this way.
1414
geom_fun_names <- setdiff(
1515
geom_fun_names,
16-
c("geom_map", "geom_sf", "geom_smooth", "geom_column", "annotation_custom", "annotation_map",
16+
c("geom_map", "geom_sf", "geom_smooth", "geom_column", "geom_area",
17+
"annotation_custom", "annotation_map",
1718
"annotation_raster", "annotation_id")
1819
)
1920

0 commit comments

Comments
 (0)