diff --git a/tests/testthat/test-check_prior.R b/tests/testthat/test-check_prior.R index 50028c4e2..4b2512e8c 100644 --- a/tests/testthat/test-check_prior.R +++ b/tests/testthat/test-check_prior.R @@ -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" ) ))