Skip to content

Commit c61675f

Browse files
committed
fix test typo
1 parent 9e2d138 commit c61675f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-plotly-subplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ s <- subplot(
8484
)
8585

8686
test_that("Row/column height/width", {
87-
l <- expect_traces(s, 3, "width-height")
87+
l <- expect_traces(s, 4, "width-height")
8888
expect_equal(diff(l$layout$xaxis$domain), 0.8 - 0.005)
8989
expect_equal(diff(l$layout$xaxis2$domain), 0.2 - 0.005)
9090
expect_equal(diff(l$layout$yaxis$domain), 0.2 - 0.005)

0 commit comments

Comments
 (0)