Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
stacimc committed Jul 8, 2021
1 parent d11fb07 commit 6ae7fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocks/src/api/test/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ describe( 'block factory', () => {
const clonedBlock = __experimentalCloneSanitizedBlock( block, {} );

expect( clonedBlock.attributes ).toEqual( {
uniqueAttribueWithDefault: 'default-value',
uniqueAttributeWithDefault: 'default-value',
} );
} );
} );
Expand Down

0 comments on commit 6ae7fae

Please sign in to comment.