From cb967ba1f0ac0f0e1e502063681b4363dc3ccc39 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 17 Sep 2024 13:48:01 +0200 Subject: [PATCH] fix test warning --- tests/testthat/test-check_prior.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) ))