Skip to content

Commit 0b3d598

Browse files
aitapMichaelChirico
andcommitted
Clean up the test file
Co-Authored-By: Michael Chirico <[email protected]>
1 parent 551aa87 commit 0b3d598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10030,7 +10030,7 @@ if (!haszlib()) {
1003010030
test(1658.442, file.info(f4)$size >= file.info(f1)$size)
1003110031
test(1658.443, file.info(f1)$size >= file.info(f5)$size)
1003210032
test(1658.444, fread(f6, col.names = c("a", "b")), DT)
10033-
unlink(c(f1,f2,f3,f4,f5))
10033+
unlink(c(f1,f2,f3,f4,f5,f6))
1003410034
}
1003510035
DT = data.table(a=1:3, b=list(1:4, c(3.14, 100e10), c("foo", "bar", "baz")))
1003610036
test(1658.45, fwrite(DT), output=c("a,b","1,1|2|3|4","2,3.14|1e+12","3,foo|bar|baz"))

0 commit comments

Comments
 (0)