Skip to content

Commit

Permalink
Apply suggestions from code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
niegowski authored Aug 22, 2024
1 parent 4009581 commit fa4c045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-table/tests/utils/table-properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe( 'table utils', () => {
} );
} );

describe( 'getNormalizedDefaultCellProperties', () => {
describe( 'getNormalizedDefaultCellProperties()', () => {
it( 'should return proper default properties for cell', () => {
expect( getNormalizedDefaultCellProperties() ).to.deep.equal( {
backgroundColor: '',
Expand Down

0 comments on commit fa4c045

Please sign in to comment.