Skip to content

Commit

Permalink
accept snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
moodymudskipper committed Sep 19, 2024
1 parent 7b2c69e commit cc8640d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/testthat/_snaps/s3-tbl_df.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
"John", "Beatles",
"Paul", "Beatles",
)
Code
construct(tibble::tibble(a = as.Date("2001-01-01")), opts_tbl_df("tribble"))
Output
tibble::tribble(
~a,
as.Date("2001-01-01"),
)
Code
construct(dplyr::group_by(dplyr::band_members, band))
Output
Expand Down

0 comments on commit cc8640d

Please sign in to comment.