Skip to content

Commit 94e40d6

Browse files
committed
Revert "reduce warning noise"
This reverts commit da72b71.
1 parent 7ac4277 commit 94e40d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-plotly-symbol.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test_that("Formula resulting in logical vector works", {
5050
test_that("Can specify a scale manually", {
5151
pal <- c("1" = "cross", "0" = "diamond")
5252
p <- plot_ly(mtcars, x = ~mpg, y = ~disp, symbol = ~factor(vs), symbols = pal)
53-
l <- expect_warning(expect_traces(p, 2, "symbol-manual"), "maximum of 6 discrete values")
53+
l <- expect_traces(p, 2, "symbol-manual")
5454
markers <- lapply(l$data, "[[", "marker")
5555
expected <- setNames(pal[sapply(l$data, "[[", "name")], NULL)
5656
expect_equivalent(expected, sapply(markers, "[[", "symbol"))

0 commit comments

Comments
 (0)