Skip to content

Commit

Permalink
fix: failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
disha1202 committed Jan 28, 2024
1 parent d6d5e71 commit 0a3a2fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ test('Component should display the text correctly', async () => {
test('Component should display the media correctly', async () => {
props = {
...props,
media: 'data:video',
media: 'data:videos',
};
render(
<MockedProvider addTypename={false} link={link}>
Expand Down

0 comments on commit 0a3a2fd

Please sign in to comment.