Skip to content

Commit

Permalink
Merge pull request #16 from mayer79/plot_tests
Browse files Browse the repository at this point in the history
Add one test for plot(inter)
  • Loading branch information
mayer79 authored Jul 1, 2023
2 parents 9c55241 + d8e409a commit 0c4501b
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 0c4501b

Please sign in to comment.