Skip to content

Commit 8c8b320

Browse files
fix test problems
1 parent ec18895 commit 8c8b320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-config.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ test_that(".Rbuildignore is written to the right directory when root is absolute
6666
desc$set(Package = "test.pkg")
6767
desc$write("DESCRIPTION")
6868
})
69-
use_precommit_config(install_hooks = FALSE, root = root)
69+
use_precommit_config(root = root)
7070
expect_true(fs::file_exists(fs::path(root, ".Rbuildignore")))
7171
})

0 commit comments

Comments
 (0)