Skip to content

Commit d725b35

Browse files
committed
lintr
1 parent d3cc977 commit d725b35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-check_residuals.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ test_that("check_residuals and simulate_residuals", {
5252
)
5353
# outlier_values works
5454
expect_identical(sum(is.infinite(residuals(res, quantile_function = stats::qnorm))), 3L)
55-
expect_identical(sum(is.infinite(residuals(res, quantile_function = stats::qnorm, outlier_values = c(-100, 100)))), 0L)
56-
expect_error(residuals(res, quantile_function = stats::qnorm, outlier_values = 1:3), regex = "`outlier_values` must be")
55+
expect_identical(sum(is.infinite(residuals(res, quantile_function = stats::qnorm, outlier_values = c(-100, 100)))), 0L) # nolint
56+
expect_error(residuals(res, quantile_function = stats::qnorm, outlier_values = 1:3), regex = "`outlier_values` must be") # nolint
5757

5858
# check_residuals
5959
out <- check_residuals(res)

0 commit comments

Comments
 (0)