Skip to content

Commit

Permalink
1.11.1.9003
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Jun 28, 2024
1 parent 8507933 commit d83a5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-tree_distance_spr.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_that("SPR: keep_and_reroot()", {
expect_equal(Preorder(reduced[[1]]), Preorder(DropTip(result[[1]], "t9")))
expect_equal(Preorder(reduced[[2]]), Preorder(DropTip(result[[2]], "t9")))

skip_if_not_installed("TreeTools", "1.11.1.9002")
skip_if_not_installed("TreeTools", "1.11.1.9003")
twoZeroes <- list(Preorder(ZeroTaxonTree()), Preorder(ZeroTaxonTree()))
expect_equal(keep_and_reroot(SingleTaxonTree(), SingleTaxonTree(), FALSE),
twoZeroes)
Expand Down

0 comments on commit d83a5a5

Please sign in to comment.