Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
fix craw test
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Mar 10, 2020
1 parent f70a448 commit eb225b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ googlesheets.rds
^app\.R$
^Dockerfile$
^codecov\.yml$
.vscode
2 changes: 1 addition & 1 deletion tests/testthat/test-crawl.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ test_that("crawler works", {
expect_is(v[[2]], "data.frame")
expect_is(v[[3]], "data.frame")
expect_is(v[[4]], "data.frame")
expect_is(v[[5]], "data.frame")
expect_null(v[[5]])
})

0 comments on commit eb225b6

Please sign in to comment.