From eeff217732a1d819b29df54735e9ec37e86b06bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Thu, 11 Jul 2024 23:12:46 +0200 Subject: [PATCH] Ignore vendored function --- tests/testthat/test-dplyr.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/testthat/test-dplyr.R b/tests/testthat/test-dplyr.R index be91346a..a1cd011d 100644 --- a/tests/testthat/test-dplyr.R +++ b/tests/testthat/test-dplyr.R @@ -8,6 +8,9 @@ test_that("no homonyms", { names_duckplyr <- ls(duckplyr) purrr_names <- c( + # https://github.com/tidyverse/dplyr/pull/7029 + "join_ptype_common", + "map", "walk", "map_lgl", "map_int", "map_dbl", "map_chr", ".rlang_purrr_map_mold", "map2", "map2_lgl", "map2_int", "map2_dbl", "map2_chr", "imap", "pmap", ".rlang_purrr_args_recycle",