Skip to content

Commit 3eed83e

Browse files
Fix #2150 (#2194)
1 parent 32567a0 commit 3eed83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-plotly-subplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ test_that("ggplotly understands GGally", {
148148
v5 = v1 ** 2
149149
)
150150
expect_doppelganger(
151-
ggcorr(data, method = c("everything", "pearson")),
151+
GGally::ggcorr(data, method = c("everything", "pearson")),
152152
"ggally-ggcorr"
153153
)
154154
})

0 commit comments

Comments
 (0)