Skip to content

Commit 27c7ac4

Browse files
committed
fix typo
1 parent 8c3248c commit 27c7ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/testthat/test-ggplot-bar.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test_that("Very basic bar graph", {
7373
geom_bar(stat="identity")
7474
info <- expect_traces(gg, 1, "nocolor")
7575
for(tr in info$traces){
76-
expect_true(is.na(l$data[[1]]$marker$color))
76+
expect_true(is.na(tr$marker$color))
7777
expect_null(tr$marker$line)
7878
expect_false(tr$showlegend)
7979
}

0 commit comments

Comments
 (0)