Skip to content

Commit

Permalink
ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Aug 21, 2024
1 parent b1803f5 commit ccaaf9a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tests/testthat/test_ds.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,8 @@ test_that("required arguments missing for cds_* functions", {
)

# CDS productinfo (requires at least 'user' and 'dataset')
expect_error(wf_product_info())
expect_error(wf_product_info(dataset = "foo"))

# CDS productinfo: product name which is not available
expect_output(str(wf_product_info(dataset = "satellite-methane"))
)
expect_error(wf_dataset_info())
expect_error(wf_dataset_info(dataset = "foo"))

# check transfer routine
expect_output(
Expand Down

0 comments on commit ccaaf9a

Please sign in to comment.