Skip to content

Commit 69a762d

Browse files
Fix test
1 parent 9c21ed7 commit 69a762d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-geom-ribbon.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ test_that("outline.type option works", {
5353
# geom_area()'s default is upper
5454
expect_s3_class(g_area_default$children[[1]]$children[[1]], "polygon")
5555
expect_s3_class(g_area_default$children[[1]]$children[[2]], "polyline")
56-
expect_equal(g_ribbon_default$children[[1]]$children[[2]]$id, rep(c(1L, NA), each = 4))
56+
expect_equal(g_area_default$children[[1]]$children[[2]]$id, rep(c(1L, NA), each = 4))
5757
})

0 commit comments

Comments
 (0)