Skip to content

Commit 85fe211

Browse files
committed
test: removing the repo in tests
1 parent 4b7bd8b commit 85fe211

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testthat/test-install_dev_deps.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
test_that("install_dev_deps works", {
22
withr::with_temp_libpaths({
33
install_dev_deps(
4-
force_install = TRUE,
5-
repos = "https://cran.rstudio.com"
4+
force_install = TRUE
65
)
76

87
paks <- unique(

0 commit comments

Comments
 (0)