Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Feb 1, 2024
1 parent 15608df commit 9792436
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/testthat/test-ebirdchecklist.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ context("ebirdchecklist")
test_that("ebirdchecklist succeeds reproducibly", {
skip_on_cran()

# You will need a valid checklist ID and a valid eBird API key for testing
valid_checklist_id <- "S160276772" # Replace with a valid checklist ID
# You will need a valid eBird API key for testing
valid_checklist_id <- "S160276772"

out1 <- ebirdchecklist(valid_checklist_id)

Expand All @@ -26,5 +26,4 @@ test_that("ebirdchecklist errors for bad input", {
invalid_checklist_id <- "invalid_id"

expect_error(ebirdchecklist(invalid_checklist_id))
# Add more tests for different types of bad input
})

0 comments on commit 9792436

Please sign in to comment.