Skip to content

Commit

Permalink
Add one test for plot(inter)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayer79 committed Jul 1, 2023
1 parent 9c55241 commit d8e409a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test_interact.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ test_that("Non-additive models show interactions > 0 (one interaction)", {

expect_s3_class(H2_j(inter), "ggplot")
expect_s3_class(H2_jk(inter), "ggplot")
expect_s3_class(plot(inter), "ggplot")
})

fit <- lm(
Expand Down

0 comments on commit d8e409a

Please sign in to comment.