Skip to content

Commit c00eee6

Browse files
tweak NEWS
1 parent 80b90d3 commit c00eee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* `expect_s4_class()` now supports unquoting (@stibu81, #2064).
44
* `it()` now finds the correct evaluation environment in more cases (@averissimo, #2085).
55
* Fixed an issue preventing compilation from succeeding due to deprecation / removal of `std::uncaught_exception()` (@kevinushey, #2047).
6-
* New `skip_unless_r()` to skip running tests on unsuitable versions of R, e.g. `skip_unless_r(">= 4.1.0")` to skip tests that require `...names` (@MichaelChirico, #2022)
6+
* New `skip_unless_r()` to skip running tests on unsuitable versions of R, e.g. `skip_unless_r(">= 4.1.0")` to skip tests that require, say, `...names` (@MichaelChirico, #2022)
77

88
# testthat 3.2.3
99

0 commit comments

Comments
 (0)