diff --git a/NEWS.md b/NEWS.md index 32b7ca44f..5c96ff789 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,6 @@ # testthat (development version) +* `expect_snapshot()` now strips line breaks in test descriptions (@LDSamson, #1900). * `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