Skip to content

Commit

Permalink
Update snapshots to latest testthat (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan authored Dec 1, 2023
1 parent 500f642 commit 8ab2f67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Suggests:
rmarkdown,
scales,
Rcpp,
testthat,
testthat (>= 3.2.0),
tibble,
utils,
vctrs,
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/register.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Code
cpp_register(p, quiet = FALSE)
Message <cliMessage>
Message
i 1 functions decorated with [[cpp11::register]]
v generated file 'cpp11.R'
v generated file 'cpp11.cpp'
Expand Down
5 changes: 3 additions & 2 deletions tests/testthat/_snaps/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

Code
cpp_source(i_do_not_exist)
Error <simpleError>
Can't find `file` at this path:
Condition
Error:
! Can't find `file` at this path:
{NON_EXISTENT_FILEPATH}

0 comments on commit 8ab2f67

Please sign in to comment.