Skip to content

Commit

Permalink
We don't need to search in the parent env
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPietzschmann committed Nov 21, 2024
1 parent 5170aab commit 95ce913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-coverage.R
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ test_that("We can find all assertions", {
pkg <- p[[1]]
expected_assertions <- p[[2]]

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

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

0 comments on commit 95ce913

Please sign in to comment.