Skip to content

Commit 52fa843

Browse files
committed
fix
1 parent 41b7de9 commit 52fa843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-marginaleffects.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ test_that("predictions, using bayestestR #1063", {
185185
expect_named(
186186
out,
187187
c(
188-
"Coefficient", "Days", "CI", "CI_low", "CI_high", "pd", "ROPE_CI",
189-
"ROPE_low", "ROPE_high", "ROPE_Percentage", "subgrp", "grp", "Subject"
188+
"Median", "CI", "CI_low", "CI_high", "pd", "ROPE_CI", "ROPE_low",
189+
"ROPE_high", "ROPE_Percentage", "Days", "subgrp", "grp", "Subject"
190190
)
191191
)
192192
})

0 commit comments

Comments
 (0)