Skip to content

Commit

Permalink
canonicalize expected result
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Jan 25, 2025
1 parent ada8e5f commit 630508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-conversion.R
Original file line number Diff line number Diff line change
Expand Up @@ -295,5 +295,5 @@ test_that("as_biadjacency_matrix() works -- dense + weights", {
ncol = 2L,
dimnames = list(c("1", "3", "5", "6"), c("2", "4"))
)
expect_equal(canonicalize_matrix(A), mat)
expect_equal(canonicalize_matrix(A), canonicalize_matrix(mat))
})

0 comments on commit 630508d

Please sign in to comment.