Skip to content

Commit 879ed31

Browse files
committed
Fix missing frame propagation
1 parent 458fe27 commit 879ed31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/local.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ local_test_directory <- function(path, package = NULL, .env = parent.frame()) {
190190
}
191191

192192
local_interactive_reporter <- function(.env = parent.frame()) {
193-
local_assume_not_on_cran()
193+
local_assume_not_on_cran(.env)
194194
withr::local_options(testthat_interactive = TRUE, .local_envir = .env)
195195

196196
# Use edition from working directory

0 commit comments

Comments
 (0)