Navigation Menu

Skip to content

Commit

Permalink
Style file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKnecht committed Oct 7, 2019
1 parent e0368b0 commit d9ec752
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-position-nudgestack.R
Expand Up @@ -39,7 +39,6 @@ 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 Expand Up @@ -111,4 +110,3 @@ test_that("position_nudgestack() can stack correctly when ymax is NA", {
geom_point(position = position_nudgestack(x = 0.5))
expect_equal(layer_data(p)$y, c(1, 2))
})

0 comments on commit d9ec752

Please sign in to comment.