Skip to content

Commit

Permalink
Add messages to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 18, 2024
1 parent e9c7739 commit 367c670
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/testthat/_snaps/auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@

Code
init_release()
Message
> Checking presence and scope of `GITHUB_PAT`.
Output
+------------------+
| |
Expand Down Expand Up @@ -167,6 +169,8 @@

Code
init_release()
Message
> Checking presence and scope of `GITHUB_PAT`.
Output
+------------------+
| |
Expand Down Expand Up @@ -250,6 +254,8 @@

Code
init_release(force = FALSE)
Message
> Checking presence and scope of `GITHUB_PAT`.
Condition
Error in `check_release_branch()`:
x The branch "cran-0.0.1" already exists.
Expand All @@ -259,6 +265,8 @@

Code
init_release(force = TRUE)
Message
> Checking presence and scope of `GITHUB_PAT`.
Output
+------------------+
| |
Expand Down

0 comments on commit 367c670

Please sign in to comment.