Skip to content

Commit 835d1a6

Browse files
committed
fix typo in test
1 parent a1a79f5 commit 835d1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-style.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
context("style/restyle functionality")
22

33
p1 <- plot_ly(x = 1:10, y = 1:10, symbol = I(15))
4-
marker1 <- plotly_build(p)$x$data[[1]]$marker
4+
marker1 <- plotly_build(p1)$x$data[[1]]$marker
55

66
test_that("Whole update works as expected", {
77
p2 <- style(p1, marker = list(color = "red"))

0 commit comments

Comments
 (0)