Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Aug 20, 2022
1 parent af04c32 commit e6d0ed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/_snaps/step-call-pivot_wider.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
* "x" at locations 1 and 2.
Code
pivot_wider(df, names_from = lab, values_from = val, names_repair = "unique")
Message <simpleMessage>
Message <rlib_message_name_repair>
New names:
* x -> x...1
* x -> x...2
* `x` -> `x...1`
* `x` -> `x...2`
Output
Source: local data table [1 x 2]
Call: setnames(dcast(copy(DT), formula = x ~ lab, value.var = "val"),
Expand Down

0 comments on commit e6d0ed4

Please sign in to comment.