Skip to content

Commit 377620e

Browse files
improved test stmt
Co-authored-by: Toby Dylan Hocking <[email protected]>
1 parent 94a9b59 commit 377620e

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
@@ -288,7 +288,7 @@ test.list <- atime::atime_test_list(
288288

289289
# Test case adapted from https://github.com/Rdatatable/data.table/issues/4177 which is where the issue was reported.
290290
# Fixed in https://github.com/Rdatatable/data.table/pull/7236
291-
"fwrite select parameter improved in #4177 (N rows and 5 columns, select a,b,c)" = atime::atime_test(
291+
"fwrite(select) #4177 Nx5" = atime::atime_test(
292292
setup = {
293293
set.seed(1L)
294294
DT = data.table(a=rnorm(N), b=rnorm(N), c=rnorm(N), d=rnorm(N), e=rnorm(N))

0 commit comments

Comments
 (0)