Skip to content

Commit 03671a5

Browse files
committed
Fix test missing needs_api() guard; exclude .claude from build
1 parent 5af36cf commit 03671a5

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ circle.yml
2727
^parquet$
2828
^\.github$
2929
^CRAN-SUBMISSION$
30+
^\.claude$
31+
^issues-triage\.md$

tests/testthat/test_load_taxa.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ test_that("fishbase loads", {
77
})
88

99
test_that("sealifebase loads with expected structure", {
10+
needs_api()
1011
df <- load_taxa(server = "sealifebase")
1112
expect_true(inherits(df, "tbl"))
1213
expect_true(all(

0 commit comments

Comments
 (0)