Skip to content

Commit 7be2e66

Browse files
committed
Merge remote-tracking branch 'upstream/main' into ndefries/func-conversion-expansion
2 parents e43371f + a9128e9 commit 7be2e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ test_that("assert_sufficient_f_args alerts if the provided f has defaults for th
168168
expect_no_error(assert_sufficient_f_args(f_xsgt, setting = "b"))
169169
expect_no_error(assert_sufficient_f_args(f_xsgt_dots, setting = "b"))
170170
expect_error(suppressWarnings(assert_sufficient_f_args(f_xs_dots, setting = "b")),
171-
regexp = "window data to `f`'s x argument",
171+
regexp = "pass the window data to `f`'s x argument",
172172
class = "epiprocess__assert_sufficient_f_args__required_args_contain_defaults")
173173

174174
# forwarding unnamed dots should not:

0 commit comments

Comments
 (0)