Skip to content

Commit 2592333

Browse files
committed
position_jitterdodge() doesn't fail this test-case anymore
1 parent 6af22c9 commit 2592333

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/testthat/test-position-jitterdodge.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
test_that("position_jitterdodge() fails with meaningful error", {
2-
p <- ggplot(mtcars) + geom_point(aes(disp, mpg), position = 'jitterdodge')
3-
expect_snapshot_error(ggplot_build(p))
4-
})
5-
61
test_that("position_jitterdodge preserves widths", {
72
ld <- layer_data(
83
ggplot(mtcars, aes(factor(cyl), fill = factor(am))) +

0 commit comments

Comments
 (0)