Skip to content

Commit 3fa3159

Browse files
committed
class
1 parent 80dfdbb commit 3fa3159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/testthat/test-tar_workspace_download.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ tar_test("tar_workspace_download() on a local pipeline", {
33
tar_make(callr_function = NULL)
44
expect_error(
55
tar_workspace_download(x),
6-
condition = "tar_condition_validate"
6+
class = "tar_condition_validate"
77
)
88
})

0 commit comments

Comments
 (0)