Skip to content

Commit

Permalink
Update test description
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Ziółkowski <[email protected]>
  • Loading branch information
SantosGuillamot and gziolo authored Jul 23, 2024
1 parent 50e72f4 commit ba4f426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocks/src/api/test/registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ describe( 'blocks', () => {
);
} );

it( 'should not be overriden if bootstrap happens after registration', () => {
it( 'should correctly merge properties when bootstrap happens after registration', () => {
// Register source in the client.
const clientProperties = {
getValues: () => 'values',
Expand Down

0 comments on commit ba4f426

Please sign in to comment.