From 9c8f16ea288f2a2664c9ec6dbf4186b4a3cfb5ca Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Thu, 10 Nov 2022 14:42:27 -0400 Subject: [PATCH] resync error message --- r/tests/testthat/test-compute-vector.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/tests/testthat/test-compute-vector.R b/r/tests/testthat/test-compute-vector.R index 1e25c9e6a47..6cd57b7fcf3 100644 --- a/r/tests/testthat/test-compute-vector.R +++ b/r/tests/testthat/test-compute-vector.R @@ -116,7 +116,7 @@ test_that("call_function validation", { Array$create(c(TRUE, FALSE, TRUE)), options = list(keep_na = TRUE) ), - "arguments must all be the same length" + "Arguments for execution of vector kernel function 'array_filter' must all be the same length" ) expect_error( call_function("filter",