Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 17, 2023
1 parent af86c11 commit e2c16cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-check_autocorrelation.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ test_that("check_autocorrelation", {
m <- lm(mpg ~ wt + cyl + gear + disp, data = mtcars)
set.seed(123)
out <- check_autocorrelation(m)
expect_equal(as.vector(out), 0.316, ignor_attr = TRUE, tolerance = 1e-2)
expect_equal(as.vector(out), 0.316, ignore_attr = TRUE, tolerance = 1e-2)
})

0 comments on commit e2c16cd

Please sign in to comment.