Skip to content

Commit edf7a36

Browse files
fix setDT test
1 parent 146cf6a commit edf7a36

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
@@ -21301,5 +21301,5 @@ local({
2130121301
test(2326.1, class(d), "list")
2130221302
setDT(d)
2130321303
test(2326.2, key(d), "x")
21304-
test(2326.3, hasindex(d, "y") && hasindex(d, "z"))
21304+
test(2326.3, indices(d), c("y", "z"))
2130521305
})

0 commit comments

Comments
 (0)