diff --git a/tests/testthat/test-plotly-subplot.R b/tests/testthat/test-plotly-subplot.R index e91b733cfe..a05515fa5c 100644 --- a/tests/testthat/test-plotly-subplot.R +++ b/tests/testthat/test-plotly-subplot.R @@ -148,7 +148,7 @@ test_that("ggplotly understands GGally", { v5 = v1 ** 2 ) expect_doppelganger( - ggcorr(data, method = c("everything", "pearson")), + GGally::ggcorr(data, method = c("everything", "pearson")), "ggally-ggcorr" ) })