Skip to content

Commit

Permalink
Use latest waldo
Browse files Browse the repository at this point in the history
Fixes #1955
  • Loading branch information
hadley committed Nov 4, 2024
1 parent 8d6f3d5 commit 25442a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Imports:
R6 (>= 2.5.1),
rlang (>= 1.1.1),
utils,
waldo (>= 0.5.1),
waldo (>= 0.6.0),
withr (>= 3.0.2)
Suggests:
covr,
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# testthat (development version)

* Require the latest version of waldo (0.6.0) in order to get the latest goodies (#1955).
* `expect_visible()` and `expect_invisible()` have improved failure messages (#1966).
* `expect_snapshot()` now strips line breaks in test descriptions (@LDSamson, #1900).
* `expect_snapshot()` now errors when called from a `test_that()` that has an empty description (@kevinushey, #1980).
Expand Down

0 comments on commit 25442a1

Please sign in to comment.