We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1b8dc commit 92079d9Copy full SHA for 92079d9
1 file changed
tests/drivers/s3/copy.spec.ts
@@ -183,5 +183,5 @@ test.group('S3 Driver | copy', (group) => {
183
assert.isDefined(capturedOptions)
184
assert.equal(capturedOptions!.Bucket, S3_OTHER_BUCKET)
185
assert.equal(capturedOptions!.CopySource, `/${S3_BUCKET}/${source}`)
186
- }).pin()
+ })
187
})
0 commit comments