Skip to content

Commit 48e021e

Browse files
committed
fix typo
1 parent 622de2b commit 48e021e

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
@@ -7900,7 +7900,7 @@ test(1547, foo(1L, 5L, a=2L, "c"), c("2", "c"))
79007900
# Fix for encoding issues in windows, #563
79017901
f = testDir("issue_563_fread.txt")
79027902
ans1 <- fread(f, sep=",", header=TRUE)
7903-
test(1548.1, unique(unlist(lapply(ans2, Encoding))), "UTF-8")
7903+
test(1548.1, unique(unlist(lapply(ans1, Encoding))), "UTF-8")
79047904

79057905
# 1549 moved to benchmark.Rraw, #5517
79067906

0 commit comments

Comments
 (0)