Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Mar 3, 2024
1 parent 9faba9f commit 6abbf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-data_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ test_that("data_summary, errors", {
# not a data frame
expect_error(
data_summary(iris$Sepal.Width, MW = mean(Sepal.Width), SD = sd(Sepal.Width)),
regex = "only works for (grouped) data frames"
regex = "only works for"
)
})

0 comments on commit 6abbf8a

Please sign in to comment.