Skip to content

Commit

Permalink
need to deal with issue 363
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Nov 19, 2024
1 parent 2705f89 commit a08a1a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/testthat/test-renv_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,13 @@ testthat::test_that("testing renv_helpers", {
path_env_nix <- tempdir()

save_renv2nix_test <- function(renv_lock_path, path_env_nix, output_nix_file, ...) {
# we will need to remove this suppressWarnings and deal with the emo package
suppressWarnings(
renv2nix(
renv_lock_path = renv_lock_path,
project_path = path_env_nix,
message_type = "quiet",
overwrite = TRUE,
...
)
)

file.copy(
from = paste0(path_env_nix, "/default.nix"),
Expand Down

0 comments on commit a08a1a9

Please sign in to comment.