Skip to content

Commit

Permalink
Merge pull request #129 from teunbrand/ggplot2_3.5.0
Browse files Browse the repository at this point in the history
Test broken with upcoming ggplot2
  • Loading branch information
dieghernan authored Jan 18, 2024
2 parents d011f4d + deb87c9 commit 39c4f79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/testthat/test-fortify-Spat.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,11 @@ test_that("Fortify SpatRasters", {

build_point <- ggplot2::ggplot_build(v_point)

# ignore layout
build_terra$plot$layout <- NULL
build_point$plot$layout <- NULL
build_terra$layout <- NULL
build_point$layout <- NULL

expect_identical(build_terra, build_point)
})

0 comments on commit 39c4f79

Please sign in to comment.