We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dbaa3 commit 4f12a43Copy full SHA for 4f12a43
DESCRIPTION
@@ -44,7 +44,7 @@ Suggests:
44
rlang,
45
rmarkdown,
46
rstudioapi (>= 0.2),
47
- testthat (>= 3.0.0),
+ testthat (>= 3.1.5),
48
tibble,
49
tufte,
50
withr (>= 2.5.0)
tests/testthat/test-get_source_expressions.R
@@ -344,7 +344,7 @@ patrick::with_parameters_test_that(
344
{
345
linter <- eval(call(linter))
346
expression <- expressions[[expression_idx]]
347
- expect_warning(lints <- linter(expression), NA)
+ expect_no_warning(lints <- linter(expression))
348
expect_length(lints, 0L)
349
},
350
.test_name = param_df$.test_name,
0 commit comments