Skip to content

Commit df22f08

Browse files
committed
Fix typo in test
1 parent 2db78b7 commit df22f08

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-
GGally::ggcorr(data, method = c("everything", "pearson")),
151+
GGally::ggcorr(d, method = c("everything", "pearson")),
152152
"ggally-ggcorr"
153153
)
154154
})

0 commit comments

Comments
 (0)