Skip to content

Commit d834811

Browse files
imprvd tst stmt
Co-authored-by: Toby Dylan Hocking <[email protected]>
1 parent 377620e commit d834811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/atime/tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ test.list <- atime::atime_test_list(
306306
Fast = "1887699fe965b5aa1fb8cb16b5507b7a5cbf5c85"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/4177/commits) that adds select parameter
307307

308308
# Wide case: 1 row, N columns; select a single column
309-
"fwrite select parameter improved in #4177 (N columns and 1 row, select 1)" = atime::atime_test(
309+
"fwrite(select) #4177 1xN" = atime::atime_test(
310310
setup = {
311311
DT = data.table(t(1:N))
312312
temp_file = tempfile()

0 commit comments

Comments
 (0)