From 6abbf8ae321b80bc89f0b42ece1f944395949d91 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 3 Mar 2024 18:45:27 +0100 Subject: [PATCH] fix --- tests/testthat/test-data_summary.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-data_summary.R b/tests/testthat/test-data_summary.R index 5d48ee84d..f94811a85 100644 --- a/tests/testthat/test-data_summary.R +++ b/tests/testthat/test-data_summary.R @@ -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" ) })