Skip to content

Commit 672bdbb

Browse files
correct prefix in tests
1 parent 3e30046 commit 672bdbb

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
@@ -21161,4 +21161,4 @@ test(2317.9, DT1[DF2, on='a', .(e = x.a + i.e)]$e, 6)
2116121161
# Test for incompatible factor joins rephrased by merge.data.table(#7048)
2116221162
DT1=data.table(a=factor('a'))
2116321163
DT2=data.table(a=1L)
21164-
test(2318, merge(DT1, DT2, by = "a"), error = "Incompatible join types: x.a (factor) and i.a (integer). Factor columns must join to factor or character columns.")
21164+
test(2318, merge(DT1, DT2, by = "a"), error = "Incompatible join types: x.a (factor) and y.a (integer). Factor columns must join to factor or character columns.")

0 commit comments

Comments
 (0)