8000 Merge branch 'master' into locale · plotly/plotly.R@64c7a56 · GitHub
[go: up one dir, main page]

Skip to content

Commit 64c7a56

Browse files
committed
Merge branch 'master' into locale
2 parents 423db5d + 94a0b80 commit 64c7a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-plotly-partial-bundles.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test_that("Can find the right bundle", {
2727

2828
p3 <- plot_ly(z = ~volcano) %>% add_surface()
2929
p4 <- partial_bundle(p3)
30-
expect_match(plotlyjsBundle(p3)$name, "gl3d")
30+
expect_match(plotlyjsBundle(p4)$name, "gl3d")
3131

3232
# At least right now, we don't support multiple partial bundles
3333
expect_warning(

0 commit comments

Comments
 (0)
0