We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3248c commit 27c7ac4Copy full SHA for 27c7ac4
tests/testthat/test-ggplot-bar.R
@@ -73,7 +73,7 @@ test_that("Very basic bar graph", {
73
geom_bar(stat="identity")
74
info <- expect_traces(gg, 1, "nocolor")
75
for(tr in info$traces){
76
- expect_true(is.na(l$data[[1]]$marker$color))
+ expect_true(is.na(tr$marker$color))
77
expect_null(tr$marker$line)
78
expect_false(tr$showlegend)
79
}
0 commit comments