Skip to content

Commit 08e9451

Browse files
test: remove non actionable comment (#1469)
2 parents c21b82b + 132362f commit 08e9451

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/testthat/test-get.all.shortest.paths.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,4 @@ test_that("all_shortest_paths works", {
4444
list(c(1, 2, 3, 4, 7), c(1, 2, 7), c(1, 3, 7))
4545
)
4646
expect_equal(sp2$nrgeo, c(1, 1, 2, 1, 1, 1, 3))
47-
48-
## TODO
49-
50-
## E(g)$weight <- E(g)$weight - 1
51-
## all_shortest_paths(g, "s", "t")
5247
})

0 commit comments

Comments
 (0)