Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 12, 2023
1 parent 36dd459 commit 25de676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-tar_workspace.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tar_test("tar_workspace() works", {
tar_target(y, stop(x))
)
})
try(tar_make(callr_function = NULL), silent = TRUE)
try(tar_make(reporter = "silent"), silent = TRUE)
seed <- .Random.seed
envir <- new.env(parent = globalenv())
tar_workspace(y, envir = envir)
Expand Down

0 comments on commit 25de676

Please sign in to comment.