Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 5, 2024
1 parent 7da23c4 commit 6f31bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-plot.parameters_model.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("`plot.see_parameters_model()` errors for anova tables", {
skip_if_not_installed("parameters")
data(iris)
m <- aov(Sepal.Length ~ Species, data = iris)
mp <- parameters::model_parameters(x)
mp <- parameters::model_parameters(m)
expect_error(plot(mp), regex = "Plots cannot be created")
})

Expand Down

0 comments on commit 6f31bc4

Please sign in to comment.