Skip to content

Commit b80db7d

Browse files
authored
Update spec/test.spec.js
1 parent 4089ed2 commit b80db7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/test.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ describe('S3Adapter tests', () => {
464464
);
465465
});
466466

467-
it("when use presigned URL should use S3 'getObject' operation", async () => {
467+
it('when use presigned URL should use S3 \'getObject\' operation', async () => {
468468
options.presignedUrl = true;
469469
const s3 = getMockS3Adapter(options);
470470

0 commit comments

Comments
 (0)