Skip to content

Commit

Permalink
Add missing param name
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jul 26, 2024
1 parent bf6c89d commit 6b37214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/r.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ use_test <- function(name = NULL, open = rlang::is_interactive()) {
#' define test helper functions for use throughout your test suite, such as
#' a custom expectation.
#'
#' @param Can be used to specify the optional "SLUG" in
#' @param name Can be used to specify the optional "SLUG" in
#' `tests/testthat/helper-SLUG.R`.
#' @seealso
#' * [use_test()] to create a test file.
Expand Down
2 changes: 1 addition & 1 deletion man/use_test_helper.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b37214

Please sign in to comment.