Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chantel Wetzel committed Apr 18, 2024
1 parent 3ed5582 commit 04c04ba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/testthat/test-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ test_that("pull_catch-multispecies", {
label = "entries of 2 species filtered for lingcod",
expected.label = "entries of lingcod"
)
dat_lingcod_anoplopoma <- pull_catch(
common_name = "lingcod",
sci_name = "Anoplopoma fimbria",
survey = "NWFSC.Combo",
years = 2017
)
expect_equal(
NROW(dat_lingcod_sablefish),
NROW(dat_lingcod_anoplopoma)
)
})

test_that("PullHaul", {
Expand Down

0 comments on commit 04c04ba

Please sign in to comment.