Skip to content

Commit 95ce913

Browse files
We don't need to search in the parent env
1 parent 5170aab commit 95ce913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-coverage.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ test_that("We can find all assertions", {
282282
pkg <- p[[1]]
283283
expected_assertions <- p[[2]]
284284

285-
test_file <- get(paste0("file_", pkg), inherits = TRUE)
285+
test_file <- get(paste0("file_", pkg))
286286
slicing_points <- file_coverage(file, test_file)$slicing_points
287287

288288
test_that(paste("we can find all assertions in", pkg), {

0 commit comments

Comments
 (0)