Skip to content

Commit

Permalink
Add an equality test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Mar 4, 2024
1 parent 2f7d25c commit 40a0d3d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/testthat/test-epichains.R
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,18 @@ test_that("summary.epichains_tree works as expected", {
chain_size_tree_sim_summary,
"epichains_summary"
)
expect_true(
setequal(
chain_size_tree_sim_summary,
chain_size_summary_sim
)
)
expect_true(
setequal(
chain_length_tree_sim_summary,
chain_length_summary_sim
)
)
})

test_that("validate_epichains_tree works", {
Expand Down

0 comments on commit 40a0d3d

Please sign in to comment.