From 03986c24a4f17754c9c088d80a8a3daa3729c965 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Sat, 7 Sep 2024 08:53:00 +0200 Subject: [PATCH] rename test --- tests/testthat/test-linter_tags.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-linter_tags.R b/tests/testthat/test-linter_tags.R index 01a4bdb55..92ee49f80 100644 --- a/tests/testthat/test-linter_tags.R +++ b/tests/testthat/test-linter_tags.R @@ -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)) })