ianmcook commented on a change in pull request #10056:
URL: https://github.com/apache/arrow/pull/10056#discussion_r616239179



##########
File path: r/tests/testthat/helper-expectation.R
##########
@@ -189,3 +187,109 @@ expect_vector_equal <- function(expr, # A vectorized R 
expression containing `in
     skip(paste(skip_msg, collpase = "\n"))
   }
 }
+
+expect_vector_equivalent <- function(expr, # A vectorized R expression 
containing `input` as its input

Review comment:
       Also heads up that `expect_vector_equal()` calls a function named 
`expect_vector()` but this is _not_ `testthat::expect_vector()`; it's just a 
simple function defined higher up in `helper-expectation.R`. That confused me 
initially.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to