Skip to content

Commit 6d90509

Browse files
committed
fix test
1 parent dcd4219 commit 6d90509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-plotly.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ test_that("Informative deprecation message for titlefont", {
313313

314314
test_that("toWebGL() shouldn't complain if it's already webgl", {
315315
p <- plot_ly(x = 1, y = 1) %>%
316-
add_markers() %>%
316+
add_trace(type = "scattergl", mode = "markers") %>%
317317
toWebGL()
318318
expect_silent(plotly_build(p))
319319
})

0 commit comments

Comments
 (0)