Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Müller committed Mar 18, 2016
1 parent 2f16669 commit bb08205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-matrixToDataFrame.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ test_that("handles atomic vectors", {
})

test_that("error conditions", {
expect_error(matrixToDataFrame(1:10, "not a matrix"))
expect_error(matrixToDataFrame(iris3, "not a matrix"))
expect_error(matrixToDataFrame(1:10), "not a matrix")
expect_error(matrixToDataFrame(iris3), "not a matrix")
})

0 comments on commit bb08205

Please sign in to comment.