diff --git a/tests/testthat/test-box.R b/tests/testthat/test-box.R index ea6efdc2..e34bdf0a 100644 --- a/tests/testthat/test-box.R +++ b/tests/testthat/test-box.R @@ -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)) diff --git a/tests/testthat/test-box_attached_modules_functions.R b/tests/testthat/test-box_attached_modules_functions.R index 4a34130b..bec3813d 100644 --- a/tests/testthat/test-box_attached_modules_functions.R +++ b/tests/testthat/test-box_attached_modules_functions.R @@ -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))