Skip to content

Commit

Permalink
rm useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Jan 29, 2024
1 parent 1e1d415 commit 941bd73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-indexing.R
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ test_that("[[ queries edges with vertex names", {
)
})
test_that("[ handles from and to properly", {
g <- make_test_named_tree()

g <- make_tree(20)
expect_that(g[from = c(1, 2, 2, 3), to = c(3, 4, 8, 7)], equals(c(1, 1, 0, 1)))

Expand Down

0 comments on commit 941bd73

Please sign in to comment.