Skip to content

Commit

Permalink
remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
polettif committed Dec 4, 2023
1 parent a8fe365 commit ce08c76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-spatial.R
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ test_that("stop_group_distances real feed", {

expect_equal(colnames(x1), colnames(x2))
expect_equal(x1$stop_name, x2$stop_name)
expect_equal(x1$n_stop_ids, x2$n_stop_ids)
expect_equal(x1$n_stop_ids, x2$n_stop_ids)
for(col in c("n_stop_ids", "dist_mean", "dist_median", "dist_max")) {
expect_equal(x1[[col]], x2[[col]])
}
Expand Down

0 comments on commit ce08c76

Please sign in to comment.