Skip to content

Commit f722603

Browse files
committed
fix a test
1 parent 96796e8 commit f722603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-class_aws.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ tar_test("package detection", {
102102
skip_cran()
103103
target <- tar_target(x, "x_value", format = "feather", repository = "aws")
104104
out <- sort(store_get_packages(target$store))
105-
exp <- sort(c("paws", "arrow"))
105+
exp <- sort(c("paws.storage", "arrow"))
106106
expect_equal(out, exp)
107107
})
108108

0 commit comments

Comments
 (0)