Skip to content

Commit

Permalink
fix partial match
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Dec 24, 2024
1 parent 88433f5 commit f83c26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/aws/test-delete.R
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ tar_test("tar_destroy() cloud targets", {
path_store <- path_store_default()
key1 <- path_objects(path_store, "x")
key2 <- path_objects(path_store, "aws_file")
name <- tar_meta(name = y, fields = children)$children[[1L]]
name <- tar_meta(names = y, fields = children)$children[[1L]]
key3 <- path_objects(path_store, name)
expect_true(
aws_s3_exists(key = key1, bucket = bucket_name, max_tries = 1L)
Expand Down

0 comments on commit f83c26e

Please sign in to comment.