Skip to content

Commit 1dc2b35

Browse files
Fix a failing test on geom_sf() (#4915)
1 parent f6b3833 commit 1dc2b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-geom-sf.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ test_that("geom_sf draws arrows correctly", {
237237
as.numeric(sf::st_coordinates(nc)[x + 1, 1:2])
238238
)
239239
)
240-
), sf::st_crs(nc)
240+
)
241241
), "LINESTRING"
242242
)
243243

0 commit comments

Comments
 (0)