Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 17, 2024
1 parent 197f931 commit 61c8e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-p_significance.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ withr::with_environment(
new.env(),
test_that("p_significance", {
data(mtcars)
m <- lm(mpg ~ gear + wt + cyl + hp, data = mtcars)
m <<- lm(mpg ~ gear + wt + cyl + hp, data = mtcars)
set.seed(123)
x <- p_significance(m)
expect_identical(c(nrow(x), ncol(x)), c(5L, 5L))
Expand Down

0 comments on commit 61c8e84

Please sign in to comment.