Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove cleanup()
Browse files Browse the repository at this point in the history
cregouby committed Jun 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2ed0e68 commit 79e4b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
@@ -46,4 +46,4 @@ attrition_tree <- attrition %>%
data.tree::as.Node()

# Run after all tests
withr::defer(globals::cleanup(), testthat::teardown_env())
withr::defer(testthat::teardown_env())

0 comments on commit 79e4b85

Please sign in to comment.