Skip to content

Commit

Permalink
update test based on fixed multi-species catch pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Chantel Wetzel committed Apr 5, 2024
1 parent 90367b6 commit 33668a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ test_that("pull_catch-multispecies", {
verbose = TRUE
)
expect_is(dat, "data.frame")
expect_equal(nrow(dat), 350126)
expect_equal(length(which(dat$cpue_kg_km2 == 0)), 330971)
expect_equal(nrow(dat), 392705)
expect_equal(length(which(dat$cpue_kg_km2 == 0)), 373550)

dat_lingcod <- pull_catch(
common_name = "lingcod",
Expand Down

0 comments on commit 33668a3

Please sign in to comment.