Skip to content

Commit 3319d86

Browse files
committed
Fix snapshot test
1 parent cb33c9a commit 3319d86

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/testthat/_snaps/macos-platforms.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,18 @@
2929
Output
3030
rversion platform subdir
3131
43 4.6 x86_64-apple-darwin20 big-sur-x86_64
32-
44 4.6 aarch64-apple-darwin23 sonoma-arm64
32+
44 4.6 aarch64-apple-darwin20 big-sur-arm64
33+
45 4.6 aarch64-apple-darwin23 sonoma-arm64
3334
Code
3435
get_cran_macos_platform("5.0")
3536
Output
3637
rversion platform subdir
37-
45 5.0 x86_64-apple-darwin20 big-sur-x86_64
38-
46 5.0 aarch64-apple-darwin23 sonoma-arm64
38+
46 5.0 x86_64-apple-darwin20 big-sur-x86_64
39+
47 5.0 aarch64-apple-darwin23 sonoma-arm64
3940
Code
4041
get_cran_macos_platform("10.0")
4142
Output
4243
rversion platform subdir
43-
45 5.0 x86_64-apple-darwin20 big-sur-x86_64
44-
46 5.0 aarch64-apple-darwin23 sonoma-arm64
44+
46 5.0 x86_64-apple-darwin20 big-sur-x86_64
45+
47 5.0 aarch64-apple-darwin23 sonoma-arm64
4546

0 commit comments

Comments
 (0)