Skip to content

Commit fc51994

Browse files
committed
tests: use a lighter package for test_tree
1 parent 0e8e5d5 commit fc51994

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testthat/test-get_tree.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
testthat::test_that("get_tree", {
2-
package <- "rlang"
3-
version <- "1.0.1"
2+
package <- "R6"
3+
version <- "2.6.0"
44

55
tree <- get_tree(package, version)
66

0 commit comments

Comments
 (0)