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

Commit

Permalink
Fix code style of test names in upcasthelepers tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jan 2, 2019
1 parent 9c9a4c9 commit 37a981f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conversion/upcasthelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ describe( 'upcast-converters', () => {
} );
} );

describe( 'convertSelectionChange', () => {
describe( 'convertSelectionChange()', () => {
let model, view, viewDocument, mapper, convertSelection, modelRoot, viewRoot;

beforeEach( () => {
Expand Down

0 comments on commit 37a981f

Please sign in to comment.