From f5ed5d839068c7033cbb8114256d8b07dbe6cab8 Mon Sep 17 00:00:00 2001 From: jospueyo Date: Sun, 21 Jan 2024 16:49:52 +0100 Subject: [PATCH] revert change in test-clean-names line 621 --- tests/testthat/test-clean-names.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-clean-names.R b/tests/testthat/test-clean-names.R index 3f4dc8f8..b2fdc217 100644 --- a/tests/testthat/test-clean-names.R +++ b/tests/testthat/test-clean-names.R @@ -618,7 +618,7 @@ test_that("tbl_graph/tidygraph", { tidygraph::play_erdos_renyi(10, 0.5) %>% # create nodes wi tidygraph::bind_nodes(test_df) %>% - dplyr::mutate(dplyr::across(dplyr::where(is.numeric), \(x) dplyr::coalesce(x, 1))) + dplyr::mutate(dplyr::across(dplyr::where(is.numeric), ~ dplyr::coalesce(x, 1))) # create a graph with clean names # warning due to unhandled mu