Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Sep 10, 2023
1 parent a7f726e commit 760758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_z_censobr_cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test_that("censobr_cache", {
censobr::read_emigration(year = 2010, showProgress = FALSE, cache = TRUE)

# cache dir
pkgv <- paste0('censobr_', data_release)
pkgv <- paste0('censobr/data_release_', data_release)
cache_dir <- tools::R_user_dir(pkgv, which = 'cache')

# list cached files
Expand Down

0 comments on commit 760758a

Please sign in to comment.