Skip to content

Commit

Permalink
Linter was still not happy :(
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPietzschmann committed Nov 21, 2024
1 parent 31fb0ae commit f94474e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-coverage.R
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ test_that("We can find all assertions", {
assert_that(1+1 == 2)
")

pkgs_and_number_of_assertions <- list(
pkgs_and_assertions <- list(
list("testthat", 4),
list("unitizer", 1),
list("rlang", 2),
Expand All @@ -288,7 +288,7 @@ test_that("We can find all assertions", {
list("r", 2),
list("assertthat", 1)
)
for (p in pkgs_and_number_of_assertions) {
for (p in pkgs_and_assertions) {
pkg <- p[[1]]
expected_assertions <- p[[2]]

Expand Down

0 comments on commit f94474e

Please sign in to comment.