Skip to content

Commit

Permalink
Adjusting tests for R5 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpsaraiva committed Apr 9, 2024
1 parent 95ca49d commit 329153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r-package/tests/testthat/test-z_r5r_cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("r5r_cache", {
r5r::download_r5(force_update = FALSE)

# cache dir
cache_d <- paste0('r5r/r5_jar_v', "7.0.0")
cache_d <- paste0('r5r/r5_jar_v', "7.1.0")
cache_dir <- tools::R_user_dir(cache_d, which = 'cache')

# list cached files
Expand Down

0 comments on commit 329153c

Please sign in to comment.