Skip to content

Commit

Permalink
changes text
Browse files Browse the repository at this point in the history
  • Loading branch information
rmch91 committed Oct 23, 2024
1 parent 9da9b6c commit 90e0a42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ describe('MediaService', () => {
mockContainerWithWidthAndHeight
);

// Width & Height of best format image
// Width & Height of the best format image
expect(result?.width).toBe(600);
expect(result?.height).toBe(400);

Expand All @@ -700,7 +700,7 @@ describe('MediaService', () => {

const result = service.getMedia(mockContainerWithWidthAndHeight);

// Width & Height of best format image
// Width & Height of the best format image
expect(result?.width).toBe(600);
expect(result?.height).toBe(400);
});
Expand Down

0 comments on commit 90e0a42

Please sign in to comment.