Skip to content

Commit

Permalink
Update spec/test.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Dec 11, 2024
1 parent 4089ed2 commit b80db7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ describe('S3Adapter tests', () => {
);
});

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

Expand Down

0 comments on commit b80db7d

Please sign in to comment.