Skip to content

Commit 86391c5

Browse files
authored
More white space
1 parent 84e2bd8 commit 86391c5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

NEWS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* New expectation, `expect_shape()`, for testing the shape (i.e., the `length()`, `nrow()`, `ncol()`, or `dim()`), all in one place (#1423, @michaelchirico).
1111
* `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)
1212

13-
1413
# testthat 3.2.3
1514

1615
* Fixed an issue where `expect_no_error(1)` was failing (#2037).

tests/testthat/test-snapshot-file.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ test_that("warns on first creation", {
116116
"`doesnt-exist.txt` not found"
117117
)
118118

119+
119120
# Unchanged returns TRUE
120121
expect_true(snapshot_file_equal(tempdir(), "test.txt", NULL, path))
121122
expect_true(file.exists(file.path(tempdir(), "test.txt")))

0 commit comments

Comments
 (0)