Skip to content

Commit

Permalink
Updates getEmbedInfoByProvider test
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecoder committed Jul 10, 2024
1 parent bf581c8 commit 32cda3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/embed/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ describe( 'utils', () => {
expect( getEmbedInfoByProvider( 'instagram' ) ).toEqual(
expect.objectContaining( {
icon: embedInstagramIcon,
title: 'Instagram',
title: 'Instagram Embed',
} )
);
} );
Expand Down

0 comments on commit 32cda3d

Please sign in to comment.