Skip to content

Commit bb976b7

Browse files
committed
Update snapshots/bump evaluate
1 parent 0254208 commit bb976b7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Description: Software testing is important, but, in part because it is
1414
License: MIT + file LICENSE
1515
URL: https://testthat.r-lib.org, https://github.com/r-lib/testthat
1616
BugReports: https://github.com/r-lib/testthat/issues
17-
Depends:
17+
Depends:
1818
R (>= 3.6.0)
1919
Imports:
2020
brio (>= 1.1.3),
2121
callr (>= 3.7.3),
2222
cli (>= 3.6.1),
2323
desc (>= 1.4.2),
2424
digest (>= 0.6.33),
25-
evaluate (>= 0.21),
25+
evaluate (>= 1.0.1),
2626
jsonlite (>= 1.8.7),
2727
lifecycle (>= 1.0.3),
2828
magrittr (>= 2.0.3),
@@ -36,7 +36,7 @@ Imports:
3636
utils,
3737
waldo (>= 0.5.1),
3838
withr (>= 2.5.0)
39-
Suggests:
39+
Suggests:
4040
covr,
4141
curl (>= 0.9.5),
4242
diffviewer (>= 0.1.0),
@@ -47,7 +47,7 @@ Suggests:
4747
usethis,
4848
vctrs (>= 0.1.0),
4949
xml2
50-
VignetteBuilder:
50+
VignetteBuilder:
5151
knitr
5252
Config/Needs/website: tidyverse/tidytemplate
5353
Config/testthat/edition: 3

tests/testthat/test-verify-conditions-lines.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Message: First.
33
Second.
44

55
> warning("First.\nSecond.")
6-
Warning in eval(expr, envir, enclos): First.
6+
Warning: First.
77
Second.
88

99
> stop("First.\nSecond.")
10-
Error in eval(expr, envir, enclos): First.
10+
Error: First.
1111
Second.
1212

tests/testthat/test-verify-conditions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Message: Message
33

44
> # With calls
55
> warning("Warning")
6-
Warning in eval(expr, envir, enclos): Warning
6+
Warning: Warning
77

88
> stop("Error")
9-
Error in eval(expr, envir, enclos): Error
9+
Error: Error
1010

1111
> # Without calls
1212
> warning("Warning", call. = FALSE)

0 commit comments

Comments
 (0)