Skip to content

Commit 6ec50ff

Browse files
committed
another fix test
1 parent a72d016 commit 6ec50ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-plotly-colorscale.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test_that("Can specify contour colorscale", {
2727
})
2828

2929
test_that("Can provide a color interpolation function", {
30-
p <- plot_ly(dat, x = 1:10, y = 1:10, color = 1:10, colors = scales::colour_ramp(c("red", "green")))
30+
p <- plot_ly(x = 1:10, y = 1:10, color = 1:10, colors = scales::colour_ramp(c("red", "green")))
3131
l <- expect_doppelganger_built(p, "colorRamp")
3232
})
3333

0 commit comments

Comments
 (0)