Skip to content

Commit

Permalink
remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Oct 2, 2023
1 parent 9f09405 commit 96190c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test-box.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ test_that("box module coverage is reported", {
source_files = "app/app.R",
test_files = list.files("tests/testthat", full.names = TRUE)))

print(cov$value)
expect_equal(cov$value, c(5, 2, 3, 3, 1, 1))
expect_equal(cov$first_line, c(5, 6, 8, 13, 5, 8))
expect_equal(cov$last_line, c(5, 6, 8, 13, 5, 8))
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-box_attached_modules_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ test_that("box attached module coverage is reported", {
source_files = "app/app.R",
test_files = list.files("tests/testthat", full.names = TRUE)))

print(cov$value)
expect_equal(cov$value, c(20, 8, 12, 3, 0, 1, 1))
expect_equal(cov$first_line, c(5, 6, 8, 14, 18, 5, 8))
expect_equal(cov$last_line, c(5, 6, 8, 14, 18, 5, 8))
Expand Down

0 comments on commit 96190c0

Please sign in to comment.