Skip to content

Commit

Permalink
snapshot on win
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 30, 2023
1 parent e47f543 commit ae441b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-print.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ test_that("print.describe_posterior", {
skip_if_not_or_load_if_installed("httr")

m <- insight::download_model("brms_zi_3")
expect_snapshot(describe_posterior(m))
expect_snapshot(describe_posterior(m, effects = "all", component = "all"))
expect_snapshot(describe_posterior(m), variant = "windows")
expect_snapshot(describe_posterior(m, effects = "all", component = "all"), variant = "windows")
})

0 comments on commit ae441b8

Please sign in to comment.