Skip to content

Commit

Permalink
📝 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdub233 committed Feb 12, 2024
1 parent da3f5d8 commit 65d2631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getOrCreateObject/getOrCreateObject.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('getOrCreateObject', () => {
expect(result.Body).toBeDefined();
});

it('should find the unscaled original for the request, scale it with the parsed crop value, and return an an object', async () => {
it('should find the unscaled original for the request, scale it with the parsed crop value, and return an object', async () => {
const result = await getOrCreateObject(
{
url: 'https://example-1111.s3-object-lambda.us-east-1.amazonaws.com/somesite/files/01/exists-758x460.jpg?resize-position=left',
Expand Down

0 comments on commit 65d2631

Please sign in to comment.