Skip to content

Commit 598b786

Browse files
Thomas KnechtThomasKnecht
Thomas Knecht
authored andcommitted
Add test file with a doppelganger-test
1 parent 90d1257 commit 598b786

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testthat/test-position-nudgestack.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
context("position_nudgestack")
22

33
test_that("position_nudgestack draws correctly", {
4+
<<<<<<< HEAD
45
ESM <- tsbox::ts_tbl(EuStockMarkets)
56

67
ESM_prep <- ESM %>%
@@ -110,3 +111,4 @@ test_that("position_nudgestack() can stack correctly when ymax is NA", {
110111
geom_point(position = position_nudgestack(x = 0.5))
111112
expect_equal(layer_data(p)$y, c(1, 2))
112113
})
114+

0 commit comments

Comments
 (0)