Skip to content

Commit 12d04ad

Browse files
committed
Eliminate deprecated cleanup argument
1 parent 8ef16cf commit 12d04ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Imports:
3636
rversions (>= 2.1.1),
3737
sessioninfo (>= 1.2.2),
3838
stats,
39-
testthat (>= 3.1.2),
39+
testthat (>= 3.1.4),
4040
tools,
4141
urlchecker (>= 1.0.1),
4242
utils,

R/test.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ test_coverage_active_file <- function(file = find_active_file(), filter = TRUE,
106106

107107
withr::local_envvar(r_env_vars())
108108
testthat::local_test_directory(pkg$path, pkg$package)
109-
reporter <- testthat::local_snapshotter(cleanup = TRUE)
109+
reporter <- testthat::local_snapshotter()
110110
reporter$start_file(file, "test")
111111

112112
env <- load_all(pkg$path, quiet = TRUE, export_all = export_all)$env

0 commit comments

Comments
 (0)