Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 7, 2024
1 parent 03c61a4 commit 03986c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-linter_tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,6 @@ test_that("available_linters gives precedence to included tags", {
)
})

test_that("all non-deprecated linters are covered across tags", {
test_that("all linters have at least one tag", {
expect_true(all(lengths(available_linters()$tags) > 0L))
})

0 comments on commit 03986c2

Please sign in to comment.