Skip to content

Commit

Permalink
Tweak news
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 29, 2024
1 parent d6dff6f commit 0c0efcb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0c0efcb

Please sign in to comment.