Skip to content

Commit 23eb47b

Browse files
committed
Update test-ggplot-coord.R
1 parent ba738b9 commit 23eb47b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/testthat/test-ggplot-coord.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ test_that("coord_fixed() is translated to the right height-width ratio", {
5050
yx_ratio <- (y_range[2] - y_range[1]) / (x_range[2] - x_range[1])
5151
expect_identical(la$height/la$width, yx_ratio * p$coordinates$ratio)
5252
})
53+

0 commit comments

Comments
 (0)