From b53d79c1b50228a4cbed7e46f32a5e23129e3161 Mon Sep 17 00:00:00 2001 From: Colin Rundel Date: Thu, 15 Aug 2024 14:40:43 -0400 Subject: [PATCH] Update tests/testthat/test-pluralization.R MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kirill Müller --- tests/testthat/test-pluralization.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-pluralization.R b/tests/testthat/test-pluralization.R index eea52b60..994e8585 100644 --- a/tests/testthat/test-pluralization.R +++ b/tests/testthat/test-pluralization.R @@ -104,7 +104,7 @@ test_that("issue 158", { }) }) -test_that("issue 701", { +test_that("Edge cases for pluralize() (#701)", { expect_snapshot({ # Should not be pluralized print(pluralize("{NA} file{?s} expected"))