Skip to content

Commit

Permalink
update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Oct 10, 2024
1 parent f312254 commit 6bd58c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/testthat/_snaps/pal.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,22 @@
pal()
Condition
Error in `pal()`:
! `role` must be one of "cli" or "testthat".
! `role` must be a single string, not `NULL`.

---

Code
pal(NULL)
Condition
Error in `pal()`:
! `role` must be one of "cli" or "testthat".
! `role` must be a single string, not `NULL`.

---

Code
pal("beep bop boop")
Condition
Error in `pal()`:
! `role` must be one of "cli" or "testthat".
! No pals with role `beep bop boop` registered.
i See `pal_add()`.

0 comments on commit 6bd58c7

Please sign in to comment.