We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236a814 commit 94a0b80Copy full SHA for 94a0b80
1 file changed
tests/testthat/test-plotly-partial-bundles.R
@@ -27,7 +27,7 @@ test_that("Can find the right bundle", {
27
28
p3 <- plot_ly(z = ~volcano) %>% add_surface()
29
p4 <- partial_bundle(p3)
30
- expect_match(plotlyjsBundle(p3)$name, "gl3d")
+ expect_match(plotlyjsBundle(p4)$name, "gl3d")
31
32
# At least right now, we don't support multiple partial bundles
33
expect_warning(
0 commit comments