Skip to content

Commit

Permalink
rm > from test name since that fails on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Dylan Hocking committed Oct 3, 2024
1 parent f24984a commit 6e69305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/atime/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for (extra.arg in extra.args.6107){
retGrp_values <- c("T","F")
for(retGrp_setup in retGrp_values){
for(retGrp_expr in retGrp_values){
test.name <- sprintf("forderv(retGrp=%s->%s) improved in #4386", retGrp_setup, retGrp_expr)
test.name <- sprintf("forderv(retGrp=%s-%s) improved in #4386", retGrp_setup, retGrp_expr)
extra.test.list[[test.name]] <- list(
setup = substitute({
options(datatable.forder.auto.index = TRUE)
Expand Down

0 comments on commit 6e69305

Please sign in to comment.