Skip to content

Commit

Permalink
Last options fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Aug 21, 2024
1 parent 68ab394 commit 084e0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-ard_regression_basic.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
skip_if_not(do.call(asNamespace("cardx")$is_pkg_installed, list(pkg = "broom.helpers", reference_pkg = "cardx")))

test_that("ard_regression_basic() works", {
options(width = 100)
withr::local_options(list(width = 100))

expect_error(
ard <- lm(AGE ~ ARM, data = cards::ADSL) |>
Expand Down

0 comments on commit 084e0de

Please sign in to comment.