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.
2 parents e43371f + a9128e9 commit 7be2e66Copy full SHA for 7be2e66
tests/testthat/test-utils.R
@@ -168,7 +168,7 @@ test_that("assert_sufficient_f_args alerts if the provided f has defaults for th
168
expect_no_error(assert_sufficient_f_args(f_xsgt, setting = "b"))
169
expect_no_error(assert_sufficient_f_args(f_xsgt_dots, setting = "b"))
170
expect_error(suppressWarnings(assert_sufficient_f_args(f_xs_dots, setting = "b")),
171
- regexp = "window data to `f`'s x argument",
+ regexp = "pass the window data to `f`'s x argument",
172
class = "epiprocess__assert_sufficient_f_args__required_args_contain_defaults")
173
174
# forwarding unnamed dots should not:
0 commit comments