Skip to content

Commit

Permalink
fix: fixing regexp argument in expect_missing_argument()
Browse files Browse the repository at this point in the history
  • Loading branch information
ddotta committed Mar 4, 2024
1 parent 218d4be commit 4a6f52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/testthat-helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ expect_parquet <- function(
#' Check if missing argument error is raised
#'
#' @param object the object to check
#' @param message a regexp with the message we must find
#' @param regexp a regexp with the message we must find
#'
#' @return same as expect_error
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/expect_missing_argument.Rd

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

0 comments on commit 4a6f52e

Please sign in to comment.