Skip to content

Commit

Permalink
Update test-rix.R
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Sep 18, 2024
1 parent 63ca50a commit 4990db6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/testthat/test-rix.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ testthat::test_that("rix(), ide is 'rstudio', Linux", {
dir.create(path_default_nix)
path_default_nix <- normalizePath(path_default_nix)

save_default_nix_test <- function(ide, path_default_nix) {
on.exit(
on.exit(
unlink(path_default_nix, recursive = TRUE, force = TRUE),
add = TRUE
add = TRUE, after = TRUE
)

save_default_nix_test <- function(ide, path_default_nix) {

rix(
r_ver = "4.3.1",
Expand Down

0 comments on commit 4990db6

Please sign in to comment.