Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jun 2, 2021
1 parent 4e4d38f commit f545226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/utils/test/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe( 'cleanForSlug()', () => {
} );

it( 'Should allow unicode characters', () => {
expect( cleanForSlug( 'Καλημέρα Κόσμε' ) ).toBe( 'καλημέρα-κόσμε' )
expect( cleanForSlug( 'Καλημέρα Κόσμε' ) ).toBe( 'καλημέρα-κόσμε' );
} );

it( 'Should return an empty string for missing argument', () => {
Expand Down

0 comments on commit f545226

Please sign in to comment.