Skip to content

Commit f5ba8a8

Browse files
authored
Use latest waldo (#2009)
Fixes #1955
1 parent 8d6f3d5 commit f5ba8a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Imports:
3434
R6 (>= 2.5.1),
3535
rlang (>= 1.1.1),
3636
utils,
37-
waldo (>= 0.5.1),
37+
waldo (>= 0.6.0),
3838
withr (>= 3.0.2)
3939
Suggests:
4040
covr,

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# testthat (development version)
22

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

0 commit comments

Comments
 (0)