Skip to content

Commit 739ac7c

Browse files
Thomas KnechtThomasKnecht
Thomas Knecht
authored andcommitted
Add tests for correct nudging and stacking
1 parent 662a5da commit 739ac7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-position-nudgestack.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ test_that("nudging works in both dimensions simultaneously", {
3939
expect_equal(data$y, 3:5)
4040
expect_equal(data$ymin, c(2, 2, 2))
4141
expect_equal(data$ymax, 3:5)
42+
4243
})
4344

4445
test_that("nudging works for discrete values correctly", {

0 commit comments

Comments
 (0)