Should testthat warn in this case, perhaps optionally?
library(testthat)
test_that("foo", {
expect_true(TRUE)
})
#> Test passed 🎊
test_that("foo", {
expect_true(TRUE)
})
#> Test passed 🎊
Created on 2023-08-23 with reprex v2.0.2
Reference: tidyverse/dplyr#6901 (comment)
Should testthat warn in this case, perhaps optionally?
Created on 2023-08-23 with reprex v2.0.2
Reference: tidyverse/dplyr#6901 (comment)