Skip to content

Commit 9a99a48

Browse files
committed
add missing value in test to marker.color
1 parent 871ae81 commit 9a99a48

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
@@ -38,7 +38,7 @@ test_that("Can specify contour colorscale", {
3838
x = 1:10,
3939
y = 1:10,
4040
marker = list(
41-
color = 1:10,
41+
color = c(1:9, NA),
4242
colorscale = colorscale,
4343
showscale = TRUE
4444
)

0 commit comments

Comments
 (0)