Skip to content

Commit

Permalink
Fix test for scale_y_num()
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelasq committed Jun 20, 2024
1 parent 9187899 commit d5d8875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-ggplot2.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("ggplot2 snapshot tests", {
log_scale <-
ggplot2::ggplot(data, ggplot2::aes(x, z)) +
ggplot2::geom_point() +
scale_y_num(trans = "log10") +
scale_y_num(transform = "log10") +
ggplot2::theme_minimal(36)

vdiffr::expect_doppelganger("log_scale", log_scale)
Expand Down

0 comments on commit d5d8875

Please sign in to comment.