Skip to content

Commit

Permalink
Update tested database for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
equitable-equations committed Oct 6, 2024
1 parent 8ac8271 commit 17afe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-species_acronym.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test_that("species_acronym works", {
expect_error(species_acronym(species, database_id = "hi"),
"database_id must be an integer.")

db <- suppressMessages(download_database(149))
db <- suppressMessages(download_database(1))
db_inv <- suppressMessages(database_inventory(db))

expect_error(species_acronym(species, 149, db_inv),
Expand Down

0 comments on commit 17afe4f

Please sign in to comment.