Skip to content

Commit

Permalink
class
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Feb 4, 2025
1 parent 80dfdbb commit 3fa3159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-tar_workspace_download.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ tar_test("tar_workspace_download() on a local pipeline", {
tar_make(callr_function = NULL)
expect_error(
tar_workspace_download(x),
condition = "tar_condition_validate"
class = "tar_condition_validate"
)
})

0 comments on commit 3fa3159

Please sign in to comment.