Skip to content

Commit

Permalink
revert change in test-clean-names line 621
Browse files Browse the repository at this point in the history
  • Loading branch information
jospueyo committed Jan 21, 2024
1 parent 5837a76 commit f5ed5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-clean-names.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5ed5d8

Please sign in to comment.