Skip to content

Commit 3d59bc4

Browse files
committed
Fix broken test
1 parent 8b3baad commit 3d59bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-stat_bin_location.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run_stat_bin_location <- function(data, ..., .x.scale = list()) {
44
rlang::inject(ggplot2::scale_x_date(!!!.x.scale)) +
55
stat_bin_location(...)
66

7-
layer_data(plot)
7+
ggplot2::layer_data(plot)
88
}
99

1010
s2d <- function(x) as.numeric(as.Date(x))

0 commit comments

Comments
 (0)