Skip to content

Commit daa0958

Browse files
committed
Fix mocking
1 parent e36d1ff commit daa0958

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/utils-prompt.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,6 @@ check_removal_approval <- function(
7070
interactive_info = NULL
7171
)
7272
}
73+
74+
# Needed for testthat to mock base function
75+
readline <- NULL

0 commit comments

Comments
 (0)