Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
markfairbanks committed Oct 14, 2022
1 parent 28725b5 commit df86ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/step-call.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
collect(drop_na(dt, "z"))
Condition
Error in `drop_na()`:
! Can't select columns that don't exist.
! Can't subset columns that don't exist.
x Column `z` doesn't exist.

2 changes: 1 addition & 1 deletion tests/testthat/_snaps/step-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
Condition
Warning:
The `add` argument of `group_by()` is deprecated as of dplyr 1.0.0.
Please use the `.add` argument instead.
i Please use the `.add` argument instead.

0 comments on commit df86ccb

Please sign in to comment.