Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix test #17

Merged
merged 2 commits into from Oct 23, 2020
Merged

fix test #17

merged 2 commits into from Oct 23, 2020

Conversation

maelle
Copy link
Contributor

@maelle maelle commented Oct 23, 2020

@@ -76,7 +76,7 @@ testing_genetic <- dplyr::rename(testing_genetic, label = 1)
# testing_gene <- dplyr::rename(gene1, label = 1)

test_that("data types correct before combining tree", {
expect_is(testing_tree, "tibble")
expect_is(testing_tree, "tbl_tree")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was also seeing a failure for this hence this change.

@jennahamlin jennahamlin merged commit c255586 into jennahamlin:master Oct 23, 2020
@maelle maelle deleted the tests branch October 23, 2020 12:02
@jennahamlin
Copy link
Owner

@maelle thank you for pointing to the issue 'usual suspects' that is really helpful, I had not seen it before.
Also, thank you for describing what the problem was on my testing file and the suggested fix. I merged your pull request and everything checks now :)

@maelle
Copy link
Contributor Author

maelle commented Oct 23, 2020

you're welcome! it was a learning experience for me too! good luck with further development 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants