Skip to content

Commit

Permalink
tests: prevent decompose() test from being reported as skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Jan 21, 2024
1 parent 12ec0a2 commit aa036e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-decompose.graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ test_that("decompose protects correctly", {
torture <- gctorture2(10001)
on.exit(gctorture2(torture))

length(decompose(g))
expect_equal(length(decompose(g)), 10001)
})

0 comments on commit aa036e2

Please sign in to comment.