Skip to content

Commit

Permalink
Update tests/testthat/test-template.R
Browse files Browse the repository at this point in the history
Co-authored-by: Hannah Frick <[email protected]>
  • Loading branch information
EmilHvitfeldt and hfrick authored Oct 30, 2024
1 parent 5a21ffc commit e258025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-template.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_that("missing values in case weights are considered by `na_rm`", {
)
})

test_that("errors are thrown truth or estimate selects more than 1 column", {
test_that("errors are thrown if truth or estimate selects more than 1 column", {
expect_snapshot(
error = TRUE,
rmse(mtcars, mpg, tidyselect::starts_with("d"))
Expand Down

0 comments on commit e258025

Please sign in to comment.