Browse Source

Tests: fixed comment in tests.

Szymon Cofalik 8 years ago
parent
commit
40d77687a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-engine/tests/conversion/mapper.js

+ 1 - 1
packages/ckeditor5-engine/tests/conversion/mapper.js

@@ -214,7 +214,7 @@ describe( 'Mapper', () => {
 					expect( data.viewPosition.isEqual( viewPosition ) ).to.be.true;
 
 					data.modelPosition = stub;
-					// Do not stop the event. Test whether default algorithm was not called if data.viewPosition is already set.
+					// Do not stop the event. Test whether default algorithm was not called if data.modelPosition is already set.
 				} );
 
 				const result = mapper.toModelPosition( viewPosition );