Skip to content

Commit dd87a39

Browse files
committed
Updating darwin variant call in serialize.
1 parent d5aa1fc commit dd87a39

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/testthat/test-run_mod.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ test_that(
249249
results |>
250250
attributes() |>
251251
rlist::list.remove(c("row.names", "jags.post", "fitted_residuals")) |>
252-
expect_snapshot_value(style = "serialize")
252+
expect_snapshot_value(style = "serialize",
253+
variant = darwin_variant())
253254
}
254255

255256
if (system_os() == "darwin") {
@@ -309,7 +310,8 @@ test_that(
309310
results |>
310311
attributes() |>
311312
rlist::list.remove(c("row.names", "fitted_residuals", "jags.post")) |>
312-
expect_snapshot_value(style = "serialize")
313+
expect_snapshot_value(style = "serialize",
314+
variant = darwin_variant())
313315
}
314316

315317
if (system_os() == "darwin") {

0 commit comments

Comments
 (0)