Skip to content

Commit eb02e37

Browse files
committed
fix
1 parent 46f791c commit eb02e37

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/testthat/test-check_autocorrelation_simres.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ test_that("check_autocorrelation works with simulated residuals", {
1414

1515
# Check autocorrelation
1616
set.seed(123)
17-
out <- check_autocorrelation(simres)
17+
expect_warning({
18+
out <- check_autocorrelation(simres)
19+
})
1820

1921
# Should return a p-value
2022
expect_type(out, "double")

0 commit comments

Comments
 (0)