Skip to content

Commit f94474e

Browse files
Linter was still not happy :(
1 parent 31fb0ae commit f94474e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-coverage.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ test_that("We can find all assertions", {
278278
assert_that(1+1 == 2)
279279
")
280280

281-
pkgs_and_number_of_assertions <- list(
281+
pkgs_and_assertions <- list(
282282
list("testthat", 4),
283283
list("unitizer", 1),
284284
list("rlang", 2),
@@ -288,7 +288,7 @@ test_that("We can find all assertions", {
288288
list("r", 2),
289289
list("assertthat", 1)
290290
)
291-
for (p in pkgs_and_number_of_assertions) {
291+
for (p in pkgs_and_assertions) {
292292
pkg <- p[[1]]
293293
expected_assertions <- p[[2]]
294294

0 commit comments

Comments
 (0)