We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dfdbb commit 3fa3159Copy full SHA for 3fa3159
tests/testthat/test-tar_workspace_download.R
@@ -3,6 +3,6 @@ tar_test("tar_workspace_download() on a local pipeline", {
3
tar_make(callr_function = NULL)
4
expect_error(
5
tar_workspace_download(x),
6
- condition = "tar_condition_validate"
+ class = "tar_condition_validate"
7
)
8
})
0 commit comments