Skip to content

Commit e874394

Browse files
committed
fix typo
1 parent a127692 commit e874394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-ggplot-boxplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test_that("correct # of unique fillcolors", {
5555
L <- save_outputs(g, "boxplot-fillcolor")
5656
expect_equal(length(L$data), 4)
5757
expect_identical(L$data[[1]]$type, "box")
58-
fills <- sapply(l$data, "[[", "fillcolor")
58+
fills <- sapply(L$data, "[[", "fillcolor")
5959
expect_equal(length(unique(fills)), length(unique(dat$col)))
6060
})
6161

0 commit comments

Comments
 (0)