Skip to content

Commit 9f6fa20

Browse files
committed
remove outdated/bad test expectation...the visual baseline covers it
1 parent e85ee24 commit 9f6fa20

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/testthat/test-ggplot-col.R

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,4 @@ p <- df %>%
1616

1717
test_that("geom_col is supported", {
1818
l <- expect_doppelganger_built(p, "col")
19-
barDat <- l$data[sapply(l$data, "[[", "type") %in% "bar"]
20-
expect_equivalent(
21-
unlist(lapply(barDat, "[[", "x")),
22-
c(1, 2, 3, 1, 2, 3)
23-
)
24-
expect_equal(
25-
unlist(lapply(barDat, "[[", "y")),
26-
c(0.7142857, 0.4827586, 0.2, 0.2857143, 0.5172414, 0.8),
27-
tolerance = 0.0001
28-
)
2919
})

0 commit comments

Comments
 (0)