Skip to content

Commit a20339b

Browse files
committed
..
1 parent eb6a23b commit a20339b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/atime/tests.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ test.list <- atime::atime_test_list(
286286
Slow = "548410d23dd74b625e8ea9aeb1a5d2e9dddd2927", # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/548410d23dd74b625e8ea9aeb1a5d2e9dddd2927)
287287
Fast = "c0b32a60466bed0e63420ec105bc75c34590865e"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/7144/commits) that uses a much faster implementation
288288

289-
"tables() !recursive refactor in #2606" = atime::atime_test(
289+
"tables() recursive=FALSE refactor in #2606" = atime::atime_test(
290290
setup = {
291291
test_env <- new.env()
292292
local({
@@ -297,11 +297,11 @@ test.list <- atime::atime_test_list(
297297
})
298298
},
299299
expr = {
300-
data.table::tables(env = test_env, silent = TRUE, index = TRUE);
300+
data.table::tables(env = test_env, silent = TRUE, index = TRUE, recursive = FALSE);
301301
NULL
302302
},
303303
before = "2b191aec3df51675a7ab5e6701384a8b89470af6", # The merge-base parent commit for PR #2606
304-
after = "66024e6ea5304ae059b18c71de9973715ddb77ce"), # The final commit of PR #2606
304+
after = "66024e6ea5304ae059b18c71de9973715ddb77ce"), # The final commit of PR #2606
305305

306306
tests=extra.test.list)
307307
# nolint end: undesirable_operator_linter.

0 commit comments

Comments
 (0)