Skip to content

Commit

Permalink
Update test for new version of tidygraph
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney committed Nov 19, 2024
1 parent 71f9736 commit a0d6a51
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 @@ -595,7 +595,7 @@ test_that("tbl_graph/tidygraph", {
skip_if_not_installed("tidygraph")
# create test graph to test clean_names
test_graph <-
tidygraph::play_erdos_renyi(10, 0.5) %>%
tidygraph::play_gnp(10, 0.5) %>%
# create nodes wi
tidygraph::bind_nodes(test_df) %>%
dplyr::mutate(dplyr::across(dplyr::where(is.numeric), ~ dplyr::coalesce(x, 1)))
Expand Down

0 comments on commit a0d6a51

Please sign in to comment.