Skip to content

Commit

Permalink
#1728 merged_exist_msrc: update roxygen2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Nov 21, 2023
1 parent 839d999 commit 4aefe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-roxygen2.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test_that("roxygen_param_dataset Test 2: Input dataset standardized text works",
expect_equal(
paste0(
"Input dataset \n \n",
"The variables specified by the `by_vars` argument(s) to be expected."
"The variables specified by the `by_vars` argument are expected to be in the dataset."
),
roxygen_param_dataset(expected_vars = c("by_vars"))
)
Expand Down

0 comments on commit 4aefe30

Please sign in to comment.