Skip to content

Commit

Permalink
Update snapshots to rlang 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgirlich committed Mar 16, 2023
1 parent eca5de6 commit 39f3eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/verb-joins.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
left_join(df, df, by = "x", na_matches = 1)
Condition
Error in `left_join()`:
! `na_matches` must be a character vector, not a number.
! `na_matches` must be a character vector, not the number 1.

---

Expand All @@ -293,7 +293,7 @@
semi_join(df, df, by = "x", na_matches = 1)
Condition
Error in `semi_join()`:
! `na_matches` must be a character vector, not a number.
! `na_matches` must be a character vector, not the number 1.

---

Expand Down

0 comments on commit 39f3eb9

Please sign in to comment.