Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Oct 25, 2018
1 parent 3e4afda commit 7c6f59c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-dodgr.R
Expand Up @@ -136,7 +136,6 @@ test_that("compare heaps", {

test_that("dodgr2sf", {
hw <- weight_streetnet (hampi)
expect_warning (dodgr_to_sf (hw), "'dodgr_to_sf' is deprecated")
y <- dodgr_to_sfc (hw)
# y should have more linestrings than the original sf object:
expect_true (length (y) > length (hw$geometry))
Expand Down

0 comments on commit 7c6f59c

Please sign in to comment.