Skip to content

Commit 9ff0625

Browse files
committed
chore: Fix glue syntax
1 parent 4cdd6ef commit 9ff0625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/70-touchstone-gen.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body <- function(sf, test, n) glue::glue('benchmark_run(
2626
region <- as_duckplyr_df(region)
2727
supplier <- as_duckplyr_df(supplier)
2828
}},
29-
`{sf}_tpch_{test}` = collect(duckplyr:::tpch_', test, '()),
29+
`{sf}_tpch_{test}` = collect(duckplyr:::tpch_{test}()),
3030
n = {n}
3131
)\n\n')
3232

0 commit comments

Comments
 (0)