We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5aa1fc commit dd87a39Copy full SHA for dd87a39
1 file changed
tests/testthat/test-run_mod.R
@@ -249,7 +249,8 @@ test_that(
249
results |>
250
attributes() |>
251
rlist::list.remove(c("row.names", "jags.post", "fitted_residuals")) |>
252
- expect_snapshot_value(style = "serialize")
+ expect_snapshot_value(style = "serialize",
253
+ variant = darwin_variant())
254
}
255
256
if (system_os() == "darwin") {
@@ -309,7 +310,8 @@ test_that(
309
310
311
312
rlist::list.remove(c("row.names", "fitted_residuals", "jags.post")) |>
313
314
315
316
317
0 commit comments