We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ccc1a commit 2d634c3Copy full SHA for 2d634c3
1 file changed
tests/testthat/test-test.R
@@ -116,7 +116,9 @@ test_that("report_default() does its job", {
116
expect_equal(report_default(NULL), "zero")
117
118
withr::local_options(rlang_interactive = TRUE)
119
- expect_equal(report_default(NULL), "html")
+ if (!is_llm()) {
120
+ expect_equal(report_default(NULL), "html")
121
+ }
122
123
withr::local_envvar(AGENT = 1)
124
0 commit comments