Skip to content

Commit

Permalink
Add tests for correct nudging and stacking
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Knecht authored and ThomasKnecht committed Oct 7, 2019
1 parent 662a5da commit 739ac7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-position-nudgestack.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ test_that("nudging works in both dimensions simultaneously", {
expect_equal(data$y, 3:5)
expect_equal(data$ymin, c(2, 2, 2))
expect_equal(data$ymax, 3:5)

})

test_that("nudging works for discrete values correctly", {
Expand Down

0 comments on commit 739ac7c

Please sign in to comment.