Skip to content

Commit

Permalink
fix test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 17, 2024
1 parent a02342b commit cb967ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-check_prior.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ test_that("check_prior - brms (linux)", {
expect_warning(expect_identical(
check_prior(model2, method = "lakeland")$Prior_Quality,
c(
"informative", "misinformative", "informative", "informative",
"informative", "informative", "informative", "informative",
"informative", "not determinable", "not determinable", "not determinable"
)
))
Expand Down

0 comments on commit cb967ba

Please sign in to comment.