Skip to content

Commit

Permalink
update snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Jan 12, 2024
1 parent 2451013 commit 538b870
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/testthat/_snaps/use_cran_defaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@
# A tibble: 9 x 2
crate version
<chr> <chr>
1 extendr-api 0.6.0
2 extendr-macros 0.6.0
3 libR-sys 0.6.0
4 once_cell 1.19.0
5 paste 1.0.14
6 proc-macro2 1.0.76
7 quote 1.0.35
8 syn 2.0.48
9 unicode-ident 1.0.12
1 extendr-api *.*.*
2 extendr-macros *.*.*
3 libR-sys *.*.*
4 once_cell *.*.*
5 paste *.*.*
6 proc-macro2 *.*.*
7 quote *.*.*
8 syn *.*.*
9 unicode-ident *.*.*

0 comments on commit 538b870

Please sign in to comment.