Skip to content

Commit 8ab2f67

Browse files
authored
Update snapshots to latest testthat (#346)
1 parent 500f642 commit 8ab2f67

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Suggests:
3636
rmarkdown,
3737
scales,
3838
Rcpp,
39-
testthat,
39+
testthat (>= 3.2.0),
4040
tibble,
4141
utils,
4242
vctrs,

tests/testthat/_snaps/register.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Code
44
cpp_register(p, quiet = FALSE)
5-
Message <cliMessage>
5+
Message
66
i 1 functions decorated with [[cpp11::register]]
77
v generated file 'cpp11.R'
88
v generated file 'cpp11.cpp'

tests/testthat/_snaps/source.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Code
44
cpp_source(i_do_not_exist)
5-
Error <simpleError>
6-
Can't find `file` at this path:
5+
Condition
6+
Error:
7+
! Can't find `file` at this path:
78
{NON_EXISTENT_FILEPATH}
89

0 commit comments

Comments
 (0)