Skip to content

Commit

Permalink
Add test skeletons
Browse files Browse the repository at this point in the history
  • Loading branch information
cforgaci committed Sep 30, 2024
1 parent 0905e62 commit f05015e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/testthat/test-delineate-corridor.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ test_that("splitting an AoI by a river gives two areas of interest", {

expect_equal(length(aoi_split), 2)
})

test_that("street network is correctly trimmed", {
expect_equal(2 * 2, 4)
})

test_that("street network is correctly simplified", {
expect_equal(2 * 2, 4)
})

0 comments on commit f05015e

Please sign in to comment.