Skip to content

Commit 2dc1453

Browse files
committed
delete an extra line in test
1 parent 955da5e commit 2dc1453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testthat/test-ggplot-coord.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ test_that("coord_fixed() is translated to the right height-width ratio", {
4343
la <- info$layout
4444
expect_identical(tr$type, "scatter")
4545
# height-width ratio check
46-
built <- ggplot_build2(p)
4746
x_range <- range(p$data$xval, na.rm = TRUE)
4847
y_range <- range(p$data$yval, na.rm = TRUE)
4948
yx_ratio <- (y_range[2] - y_range[1]) / (x_range[2] - x_range[1])

0 commit comments

Comments
 (0)