Skip to content

Commit a72d016

Browse files
committed
fix test
1 parent 2055abd commit a72d016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-plotly-colorscale.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ test_that("Can specify contour colorscale", {
4545
)
4646
}
4747

48+
pal <- scales::colour_ramp(c("red", "green"))
4849
colorScale <- list(
4950
val = seq(0, 1, by = 0.1),
5051
col = pal(seq(0, 1, by = 0.1))

0 commit comments

Comments
 (0)