Skip to content

Commit

Permalink
Align snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 4, 2024
1 parent b359331 commit 4b4ab6e
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/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
Code
group_labels_details(c(a = 1, b = 2))
Output
[1] "`a = 1`, `b = 2`"
[1] "`a = 1` and `b = 2`"

2 changes: 1 addition & 1 deletion tests/testthat/_snaps/summarise.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<error/rlang_error>
Error in `summarise()`:
i In argument: `a = rlang::env(a = 1)`.
i In group 1: `x = 1`, `y = 1`.
i In group 1: `x = 1` and `y = 1`.
Caused by error:
! `a` must be a vector, not an environment.
Code
Expand Down

0 comments on commit 4b4ab6e

Please sign in to comment.