Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 13, 2024
1 parent 8e78b12 commit 1c131ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-marginaleffects.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test_that("marginaleffects", {
expect_named(
parameters::model_parameters(x),
c(
"rowid", "Parameter", "Coefficient", "SE", "Statistic", "p",
"rowid", "Parameter", "Comparison", "Coefficient", "SE", "Statistic", "p",
"S", "CI", "CI_low", "CI_high", "Predicted", "Species",
"Petal.Length", "Sepal.Width"
)
Expand Down

0 comments on commit 1c131ef

Please sign in to comment.