Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Update tests/ui/colortableview.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq authored Aug 8, 2019
1 parent bf7096c commit 506d0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/colortableview.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ describe( 'ColorTableView', () => {
expect( activeDocumentColorTile ).to.be.undefined;
} );

it( 'should not have selction for unknow colors exceeding document colors limit', () => {
it( 'should not have a selection for unknown colors exceeding document colors limit', () => {
const command = editor.commands.get( 'testColorCommand' );

setModelData( model,
Expand Down

0 comments on commit 506d0ee

Please sign in to comment.