Skip to content

Commit

Permalink
Add a second, "dumb" test for completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Sep 29, 2024
1 parent 41a44c8 commit c83b457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -20588,4 +20588,5 @@ test(2294.72,
d1 = data.frame(a=1)
d2 = d1
setDT(d2)
test(2295, !is.data.table(d1))
test(2295.1, !is.data.table(d1))
test(2295.2, is.data.table(d2))

0 comments on commit c83b457

Please sign in to comment.