Skip to content

Commit 23c195b

Browse files
typo
1 parent 8d2e958 commit 23c195b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/S4.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ DF = new("DataFrame", x=data.frame(a=1))
116116
setDT(DF@x)
117117
test(7.1, is.data.table(DF@x))
118118
setClass("DataTable", slots=c(x="data.table"))
119-
test(7.2, options=c(datatable.alloccol=0L), {DT = new("DataTable", x=data.table(a=1)); DT@x[, b := 2L]; DT$b}, 2L) # NB: requires assigning DT to test assignment back to that object
119+
test(7.2, options=c(datatable.alloccol=0L), {DT = new("DataTable", x=data.table(a=1)); DT@x[, b := 2L]; DT@x$b}, 2L) # NB: requires assigning DT to test assignment back to that object

0 commit comments

Comments
 (0)