Skip to content

Commit 0c0efcb

Browse files
committed
Tweak news
1 parent d6dff6f commit 0c0efcb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

NEWS.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# testthat (development version)
22

3-
* `test_that()` now emits an error if `expect_snapshot()` is invoked within
4-
a `test_that()` case with an empty description (#1980; @kevinushey).
5-
3+
* `expect_snapshot()` now errors when called from a `test_that()` that has an empty description (@kevinushey, #1980).
64
* `expect_condition()` and friends now include the `class` of the expected condition in the failure mesage, if used (#1987).
75
* `LANGUAGE` is now set to `"C"` in reprocucible environments (i.e.
86
`test_that()` blocks) to disable translations. This fixes warnings

0 commit comments

Comments
 (0)