Skip to content

Commit 3ae1669

Browse files
committed
update news entry location
1 parent 4041804 commit 3ae1669

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

NEWS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* 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)
88
* `skip_on_os()` gains an option `"emscripten"` of the `os` argument to skip tests on Emscripten (@eitsupi, #2103).
99
* New expectation, `expect_shape()`, for testing the shape (i.e., the `length()`, `nrow()`, `ncol()`, or `dim()`), all in one place (#1423, @michaelchirico).
10+
* `expect_snapshot_file(name=)` must have a unique file path. If a snapshot file attempts to be saved with a duplicate `name`, an error will be thrown. (#1592)
11+
1012

1113
# testthat 3.2.3
1214

@@ -297,9 +299,6 @@
297299

298300
* Test results show hyperlinks to failed expectation when supported (#1544).
299301

300-
* `expect_snapshot_file(name=)` must have a unique file path. If a snapshot file attempts to be
301-
saved with a duplicate `name`, an error will be thrown. (#1592)
302-
303302
# testthat 3.1.2
304303

305304
* testthat now uses brio for all reading and writing (#1120). This

0 commit comments

Comments
 (0)