Skip to content

Commit a8c0ec0

Browse files
committed
allow for additional underscore args
1 parent 2d7f1e0 commit a8c0ec0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/testthat/_snaps/prohibited-functions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@
149149
[4] "date_minor_breaks"
150150
151151
$scale_x_time
152-
[1] "minor_breaks"
152+
[1] "date_breaks" "minor_breaks" "date_minor_breaks"
153+
[4] "date_labels"
153154
154155
$scale_y_continuous
155156
[1] "minor_breaks"
@@ -163,7 +164,8 @@
163164
[4] "date_minor_breaks"
164165
165166
$scale_y_time
166-
[1] "minor_breaks"
167+
[1] "date_breaks" "minor_breaks" "date_minor_breaks"
168+
[4] "date_labels"
167169
168170
$sf_transform_xy
169171
[1] "target_crs" "source_crs" "authority_compliant"

0 commit comments

Comments
 (0)