From 0c0efcbfd655e2daa12c9ffa1c7563cc5c09b895 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Tue, 29 Oct 2024 16:36:01 -0500 Subject: [PATCH] Tweak news --- NEWS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index f767523ea..74821abae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,6 @@ # testthat (development version) -* `test_that()` now emits an error if `expect_snapshot()` is invoked within - a `test_that()` case with an empty description (#1980; @kevinushey). - +* `expect_snapshot()` now errors when called from a `test_that()` that has an empty description (@kevinushey, #1980). * `expect_condition()` and friends now include the `class` of the expected condition in the failure mesage, if used (#1987). * `LANGUAGE` is now set to `"C"` in reprocucible environments (i.e. `test_that()` blocks) to disable translations. This fixes warnings