Skip to content

Commit 92079d9

Browse files
committed
test: unpin test
1 parent 1f1b8dc commit 92079d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/drivers/s3/copy.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ test.group('S3 Driver | copy', (group) => {
183183
assert.isDefined(capturedOptions)
184184
assert.equal(capturedOptions!.Bucket, S3_OTHER_BUCKET)
185185
assert.equal(capturedOptions!.CopySource, `/${S3_BUCKET}/${source}`)
186-
}).pin()
186+
})
187187
})

0 commit comments

Comments
 (0)