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

Commit

Permalink
Tests: fixed comment in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed Mar 23, 2017
1 parent 965a2c7 commit aad3d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conversion/mapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit aad3d40

Please sign in to comment.