Skip to content

Commit

Permalink
Update tests/testthat/test-feedback-sets.R
Browse files Browse the repository at this point in the history
Co-authored-by: Maëlle Salmon <[email protected]>
  • Loading branch information
szhorvat and maelle authored Feb 19, 2025
1 parent 6bb3af2 commit 87dbe85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-feedback-sets.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test_that("feedback_arc_set works with undirected graphs", {

g <- make_ring(10)
fas <- feedback_arc_set(g)
expect_equal(length(fas), 1)
expect_length(fas, 1)
})

test_that("feedback_vertex_set works", {
Expand Down

0 comments on commit 87dbe85

Please sign in to comment.