Skip to content

Commit 36fcc47

Browse files
committed
set java env in live test
1 parent bdad567 commit 36fcc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-java_full-cycle-live.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ test_that("full download, install, check, and clear cycle works for all versions
7171
java_home_path <- java_install(
7272
java_distrib_path = downloaded_file,
7373
project_path = temp_project_dir,
74-
autoset_java_env = FALSE,
74+
autoset_java_env = TRUE,
7575
quiet = rj_quiet,
7676
force = FALSE
7777
)

0 commit comments

Comments
 (0)