Skip to content

Commit

Permalink
this is somewhat surprising
Browse files Browse the repository at this point in the history
  • Loading branch information
wrightaprilm committed Jan 4, 2019
1 parent d2c854c commit b03a0bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test_vis_vec.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ test_that("Test generate_tree_vis(data_frame, alignment, tree, pscore, lscore)",
vec <- generate_tree_vis(sample_df = sample_df, alignment = aln_path,
tree = tree, phy_mat = bears)
testthat::expect_equal(length(vec), 5)
testthat::expect_equal(length(vec[[1]]$layers), 5)
testthat::expect_is(vec[[1]]$labels$title, "character")
})

0 comments on commit b03a0bf

Please sign in to comment.