Skip to content

Commit

Permalink
Update another snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Oct 3, 2024
1 parent dfd1afa commit 4f3bb30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/testthat/_snaps/board_url.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,17 @@
Code
pin(1:5, name = "x", board = board)
Condition
Warning:
`pin()` was deprecated in pins 1.4.0.
i Please use `pin_write()` instead.
Error in `board_pin_create()`:
! Use `pin_write()` with this board, not `pin()`
Code
pin_get(name = "x", board = board)
Condition
Warning:
`pin_get()` was deprecated in pins 1.4.0.
i Please use `pin_read()` instead.
Error in `board_pin_get()`:
! Use `pin_read()` with this board, not `pin_get()`

Expand Down

0 comments on commit 4f3bb30

Please sign in to comment.