Skip to content

Commit

Permalink
fix nodes test, expect warning, not error
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 26, 2016
1 parent 58d182a commit 577055a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-nodes.r
Expand Up @@ -22,7 +22,7 @@ test_that("nodes", {
expect_equal(length(tt$data$tags[[1]]), 0)
expect_equal(uu$data$title, "Republic of Congo")
expect_equal(vv$data$key, 13587)
expect_error(vv$data$modifiedBy, "Unknown column")
expect_warning(vv$data$modifiedBy, "Unknown column")

# returns the correct dimensions
expect_equal(length(tt), 2)
Expand Down

0 comments on commit 577055a

Please sign in to comment.