We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fb0ae commit f94474eCopy full SHA for f94474e
tests/testthat/test-coverage.R
@@ -278,7 +278,7 @@ test_that("We can find all assertions", {
278
assert_that(1+1 == 2)
279
")
280
281
- pkgs_and_number_of_assertions <- list(
+ pkgs_and_assertions <- list(
282
list("testthat", 4),
283
list("unitizer", 1),
284
list("rlang", 2),
@@ -288,7 +288,7 @@ test_that("We can find all assertions", {
288
list("r", 2),
289
list("assertthat", 1)
290
)
291
- for (p in pkgs_and_number_of_assertions) {
+ for (p in pkgs_and_assertions) {
292
pkg <- p[[1]]
293
expected_assertions <- p[[2]]
294
0 commit comments