Skip to content

Commit

Permalink
Update testsimplifyPN.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustT authored Apr 30, 2020
1 parent 0efdfcb commit 260601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/testsimplifyPN.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ test_that("test simplificaton has the expected result", {

expected <- do.call(rbind, simp)

expect_equal(class(expected), 'matrix')
expect_true('matrix' %in% class(expected))
expect_equal(colnames(expected), c("score", "latin_name", "common_name"))
expect_equal(nrow(expected), 13)

Expand Down

0 comments on commit 260601c

Please sign in to comment.