Skip to content

Commit bac6f84

Browse files
committed
Update snapshot test
1 parent b321dae commit bac6f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/_snaps/across.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@
301301
quo_squash(expand_if_across(quo))
302302
Output
303303
{
304-
ns <- asNamespace("dplyr")
305304
x <- list(cyl = cyl > 4, am = am > 4)
305+
ns <- asNamespace("dplyr")
306306
size <- ns[["dplyr_list_size_common"]](x, absent = 1L, call = call("if_any"))
307307
x <- ns[["dplyr_list_recycle_common"]](x, size = size, call = call("if_any"))
308308
ns[["dplyr_list_pany"]](x, size = size, error_call = call("if_any"))

0 commit comments

Comments
 (0)