Skip to content

Commit 05b8b85

Browse files
committed
fix test
1 parent c76363b commit 05b8b85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testthat/test-keep_iterations.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test_that("estimate_contrasts() - posterior draws", {
6969
"model", "response", "ci", "p_adjust", "backend", "call", "focal_terms",
7070
"adjusted_for", "predict", "comparison", "contrast", "estimate",
7171
"transform", "datagrid", "preserve_range", "coef_name", "model_info",
72-
"keep_iterations", "joint_test"
72+
"keep_iterations", "joint_test", "context_effects"
7373
)
7474
)
7575
# fmt: skip
@@ -95,7 +95,7 @@ test_that("estimate_contrasts() - posterior draws", {
9595
"model", "response", "ci", "p_adjust", "backend", "call", "focal_terms",
9696
"adjusted_for", "predict", "comparison", "contrast", "estimate",
9797
"transform", "datagrid", "preserve_range", "coef_name", "model_info",
98-
"keep_iterations", "joint_test"
98+
"keep_iterations", "joint_test", "context_effects"
9999
)
100100
)
101101
# fmt: skip

0 commit comments

Comments
 (0)