Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
arcresu committed Jan 10, 2025
1 parent 8b3baad commit 3d59bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-stat_bin_location.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run_stat_bin_location <- function(data, ..., .x.scale = list()) {
rlang::inject(ggplot2::scale_x_date(!!!.x.scale)) +
stat_bin_location(...)

layer_data(plot)
ggplot2::layer_data(plot)
}

s2d <- function(x) as.numeric(as.Date(x))
Expand Down

0 comments on commit 3d59bc4

Please sign in to comment.