Skip to content

Commit

Permalink
expect error, not warning
Browse files Browse the repository at this point in the history
  • Loading branch information
khufkens committed Aug 21, 2024
1 parent a7e1143 commit e3121b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test_ds.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ test_that("cds request", {
r$delete() # cleanup

# test delete routine
expect_warning(
wf_delete(url = "50340909as"))

expect_error(
wf_delete(url = "50340909as")
)
})


Expand Down

0 comments on commit e3121b3

Please sign in to comment.