Skip to content

Commit

Permalink
add test for checking no data.tables
Browse files Browse the repository at this point in the history
  • Loading branch information
randrescastaneda committed Apr 29, 2021
1 parent 15bddf9 commit 4bc8f2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/testthat/test-merge.R
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,9 @@ test_that("no matching obs", {

})

test_that("convert to data.table", {
xx1 <- as.data.frame(x1)
expect_equal(merge(xx1, y1), merge(x1, y1))
})


0 comments on commit 4bc8f2e

Please sign in to comment.