Skip to content

Commit ea3c831

Browse files
committed
..
1 parent db4a15b commit ea3c831

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/atime/tests.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,11 @@ test.list <- atime::atime_test_list(
300300
},
301301
expr = {
302302
library(data.table)
303-
data.table::tables(env = test_env, silent = TRUE, index = TRUE);
303+
data.table::tables(env = test_env, silent = TRUE);
304304
NULL
305305
},
306306
before = "7c59daaed1836db57747d92494b1ce96612bbf80", # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/7c59daaed1836db57747d92494b1ce96612bbf80)
307307
after = "6fee38c89200e10dcc10a6f2057ab784f9a011e7"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/7141/commits)
308+
308309
tests=extra.test.list)
309310
# nolint end: undesirable_operator_linter.

0 commit comments

Comments
 (0)