Skip to content

Commit

Permalink
Update tests/testthat/test-data_select.R
Browse files Browse the repository at this point in the history
Co-authored-by: Etienne Bacher <[email protected]>
  • Loading branch information
strengejacke and etiennebacher authored Jun 8, 2024
1 parent 6638ddb commit 78ff47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-data_select.R
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,6 @@ test_that("data_select renames variables on the fly", {
)
expect_error(
data_select(mtcars, c(new = "mpg", "cyl", cyl = "wt")), # nolint
regex = "Following names were duplicated"
regex = "Following names are duplicated"
)
})

0 comments on commit 78ff47d

Please sign in to comment.