File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
mock-pkg-skip-newer/tests/testthat
mock-pkg-skip-older/tests/testthat Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11context(" Failing test" )
22
3- original <- ggplot(mtcars )
4- failing <- ggplot(mtcars ) + geom_vline(xintercept = 0 )
3+ original <- ggplot2 :: ggplot(mtcars )
4+ failing <- ggplot2 :: ggplot(mtcars ) + ggplot2 :: geom_vline(xintercept = 0 )
55
66test_that(" this fails" , {
77 expect_doppelganger(" failing" , failing )
Original file line number Diff line number Diff line change 11context(" Failing test" )
22
3- original <- ggplot(mtcars )
4- failing <- ggplot(mtcars ) + geom_vline(xintercept = 0 )
3+ original <- ggplot2 :: ggplot(mtcars )
4+ failing <- ggplot2 :: ggplot(mtcars ) + ggplot2 :: geom_vline(xintercept = 0 )
55
66test_that(" this fails" , {
77 expect_doppelganger(" failing" , failing )
You can’t perform that action at this time.
0 commit comments